summaryrefslogtreecommitdiff
path: root/dev/ci/ci-equations.sh
blob: 998d50faa7d650111f873d5258a6f30e9f68ad9b (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

ci_dir="$(dirname "$0")"
. "${ci_dir}/ci-common.sh"

git_download Equations

( cd "${CI_BUILD_DIR}/Equations" && coq_makefile -f _CoqProject -o Makefile && \
  make && make test-suite && make examples && make install)