diff options
| author | Gaëtan Gilbert | 2020-07-17 14:00:20 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-07-17 14:01:11 +0200 |
| commit | 22b6d45b8765ba7ab2750753bb7aaa7700c99946 (patch) | |
| tree | c1fbbd578d0805cab7963f7f86d66fa918cc21b4 /dev/ci | |
| parent | f54bc666c62ad9a66067cb486816cdfc68c2946d (diff) | |
CI: pass -silent to coqchk in compcert job
Otherwise gitlab stops logging somewhere in the middle.
Also pass -o because we can.
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)') |
