From bcfc00b89d042911078e113ad384c84d218c8be0 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Tue, 23 Feb 2016 20:24:38 +0100 Subject: [PATCH] time the CI build. also use less cores to hopefully get more stable timing. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d5724123..ac6257df8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,4 +4,4 @@ buildjob: tags: - coq script: - - make -j9 + - make -j4 TIMED=y -- GitLab