aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorMatthieu Sozeau2019-03-16 15:29:44 +0100
committerMatthieu Sozeau2019-12-13 11:51:02 +0100
commit6efe047422132d0c6c398531b80d27390420a7ab (patch)
tree2c64fad5fd8449d12a166ad82be9b14bcf1ee607 /dev
parenta07480b5150d23b89a2a9acc09c8e506db9e73da (diff)
Fix Equation's ci script
Diffstat (limited to 'dev')
-rwxr-xr-xdev/ci/ci-equations.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev/ci/ci-equations.sh b/dev/ci/ci-equations.sh
index b58a794da2..871d033f5b 100755
--- a/dev/ci/ci-equations.sh
+++ b/dev/ci/ci-equations.sh
@@ -5,5 +5,4 @@ ci_dir="$(dirname "$0")"
git_download equations
-( cd "${CI_BUILD_DIR}/equations" && coq_makefile -f _CoqProject -o Makefile && \
- make && make test-suite && make examples && make install)
+( cd "${CI_BUILD_DIR}/equations" && ./configure.sh coq && make ci)