aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2019-12-18 16:57:16 +0100
committerPierre-Marie Pédrot2019-12-18 16:57:16 +0100
commit931c1799c887fbd90e5b9688d14333842fc13238 (patch)
tree0e9bc029360af788313d7248d07a770a0a1aa20c /dev
parent333b2f369c9a0ab61597cc9174a77632d263f386 (diff)
parent6efe047422132d0c6c398531b80d27390420a7ab (diff)
Merge PR #9786: Fix Equation's ci script
Reviewed-by: ejgallego Reviewed-by: ppedrot
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)