diff options
| author | Théo Zimmermann | 2017-06-07 13:56:48 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2017-11-30 16:11:17 +0100 |
| commit | 559109c9b2c37b335f847c1460c1d75864e108e1 (patch) | |
| tree | 21bce910ef3868df946921c61c24f52824d634b6 /dev | |
| parent | ee45637ac2431fe2df1994f2337d8801e2aeff9a (diff) | |
[ci] Test coqchk on the CompCert target.
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-compcert.sh | 4 |
1 files changed, 1 insertions, 3 deletions
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 ) |
