From 6db2ae8e60c318cfec736892e12f62c71451f9d5 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 5 Jan 2017 18:17:08 +0100 Subject: [PATCH] fix CI testing for axioms in build output --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b50df40f..67933a8d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ iris-coq8.5.3: - . build/opam-ci.sh 'coq 8.5.3' 'coq-mathcomp-ssreflect 1.6.1' # build - 'time make -j8 TIMED=y 2>&1 | tee build-log.txt' - - 'if fgrep Axiom build-log-full.txt >/dev/null; then exit 1; fi' + - 'if fgrep Axiom build-log.txt >/dev/null; then exit 1; fi' - 'cat build-log.txt | egrep "[a-zA-Z0-9_/-]+ \(user: [0-9]" | tee build-time.txt' - 'if (( RANDOM % 10 == 0 )); then make validate; fi' cache: -- GitLab