From 11635f45d76b574896eacb486bc3f5743787a316 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Wed, 20 Apr 2016 22:00:24 +1000 Subject: [PATCH] Update gitlab test yaml --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ba57d9a..dffaf0d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,11 @@ # This file is generated by GitLab CI -Testsuites: +before_script: + - apt-get update -qq && apt-get install -y -qq autopoint autoconf automake + +MakeCheck: script: - - "./autogen.sh" - - "./configure" - - make - - make check - - make clean - tags: - except: - - tags + - "./autogen.sh" + - "./configure" + - make + - make check + - make clean