diff options
| author | Emilio Jesus Gallego Arias | 2020-07-17 17:01:21 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-07-17 17:01:21 +0200 |
| commit | 7e56c972db47131f9dc5bf6dc5cb42ac315ea324 (patch) | |
| tree | 50c4e2e533f90c1cedb27bdd40bd8e2f02a29bc3 /dev/ci | |
| parent | f67c3829f7239bd417499b2450c4afe6e825dbd7 (diff) | |
| parent | 22b6d45b8765ba7ab2750753bb7aaa7700c99946 (diff) | |
Merge PR #12702: CI: pass -silent to coqchk in compcert job
Reviewed-by: ejgallego
Diffstat (limited to 'dev/ci')
| -rwxr-xr-x | dev/ci/ci-compcert.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/ci/ci-compcert.sh b/dev/ci/ci-compcert.sh index 59a85e4726..9cb7a65ab5 100755 --- a/dev/ci/ci-compcert.sh +++ b/dev/ci/ci-compcert.sh @@ -6,4 +6,6 @@ ci_dir="$(dirname "$0")" git_download compcert ( cd "${CI_BUILD_DIR}/compcert" && \ - ./configure -ignore-coq-version x86_32-linux && make && make check-proof ) + ./configure -ignore-coq-version x86_32-linux && \ + make && \ + make check-proof COQCHK='"$(COQBIN)coqchk" -silent -o $(COQINCLUDES)') |
