From a979a1296270ddb8d079cef49db8bfb804ad9cde Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Fri, 25 Mar 2016 07:35:07 +0100 Subject: [PATCH] Play with CI --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 494cd62..f0d54be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,11 +2,13 @@ stages: - build - test +before_script: + - ./bootstrap + - ./configure --enable-gcov + build: stage: build script: - - ./bootstrap - - ./configure --enable-gcov - make test: