aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-01 09:32:32 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-01 09:32:32 +0100
commit0048cbe810c82a775558c14cd7fcae644e205c51 (patch)
treee7d33757b34702d4d66a110a802bea307198d544
parent565c2c2a56e118d9cf9b6b72b623055bcd68af60 (diff)
parent559109c9b2c37b335f847c1460c1d75864e108e1 (diff)
Merge PR #736: [ci] Test coqchk on the CompCert target.
-rwxr-xr-xdev/ci/ci-compcert.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev/ci/ci-compcert.sh b/dev/ci/ci-compcert.sh
index 4cfe0911b..fc3cef342 100755
--- a/dev/ci/ci-compcert.sh
+++ b/dev/ci/ci-compcert.sh
@@ -8,6 +8,4 @@ CompCert_CI_DIR=${CI_BUILD_DIR}/CompCert
opam install -j ${NJOBS} -y menhir
git_checkout ${CompCert_CI_BRANCH} ${CompCert_CI_GITURL} ${CompCert_CI_DIR}
-# Patch to avoid the upper version limit
-( cd ${CompCert_CI_DIR} && ./configure -ignore-coq-version x86_32-linux && make )
-
+( cd ${CompCert_CI_DIR} && ./configure -ignore-coq-version x86_32-linux && make && make check-proof )