From 9a35c9a5e8dd5854ead83375dc868c650ff811ff Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Tue, 13 Feb 2018 16:08:02 +0100 Subject: [PATCH] update CI; time Coq 8.7.1 --- .gitlab-ci.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66bc2ef69..1eac89716 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ variables: .template: &template stage: build tags: - - fp-timing + - fp script: # prepare - . build/opam-ci.sh $OPAM_PINS @@ -64,6 +64,12 @@ build-coq.8.7.1: <<: *template variables: OPAM_PINS: "coq version 8.7.1 coq-mathcomp-ssreflect version 1.6.4" + tags: + - fp-timing + artifacts: + paths: + - build-time.txt + - build-env.txt except: - triggers @@ -79,9 +85,5 @@ build-coq.8.6.1: <<: *template variables: OPAM_PINS: "coq version 8.6.1 coq-mathcomp-ssreflect version 1.6.4" - artifacts: - paths: - - build-time.txt - - build-env.txt except: - triggers -- GitLab