From 23dc084e5c20f5225d4a033d1bc20c6321c06b74 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Tue, 22 Aug 2017 19:00:43 +0200 Subject: [PATCH] no longer test Coq 8.6; start testing 8.7 --- .gitlab-ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22958b24..28d98512 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ variables: # build - 'time make -k -j$CPU_CORES TIMED=y 2>&1 | tee build-log.txt' - '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' + - 'cat build-log.txt | egrep "[a-zA-Z0-9_/-]+ \((real|user): [0-9]" | tee build-time.txt' - 'if test -n "$VALIDATE" && (( RANDOM % 10 == 0 )); then make validate; fi' cache: key: "coq$COQ_VERSION-ssr$SSR_VERSION" @@ -23,6 +23,12 @@ variables: - master - /^ci/ +lrust-coq8.7: + <<: *template + variables: + COQ_VERSION: "8.7.dev" + SSR_VERSION: "dev" + lrust-coq8.6.1: <<: *template variables: @@ -33,9 +39,3 @@ lrust-coq8.6.1: paths: - build-time.txt - build-env.txt - -lrust-coq8.6: - <<: *template - variables: - COQ_VERSION: "8.6" - SSR_VERSION: "1.6.1" -- GitLab