From 559109c9b2c37b335f847c1460c1d75864e108e1 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Wed, 7 Jun 2017 13:56:48 +0200 Subject: [ci] Test coqchk on the CompCert target. --- dev/ci/ci-compcert.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dev') diff --git a/dev/ci/ci-compcert.sh b/dev/ci/ci-compcert.sh index 4cfe0911b6..fc3cef3426 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 ) -- cgit v1.2.3