From: Craig Small Date: Wed, 20 Apr 2016 12:20:55 +0000 (+1000) Subject: test: Update gitlab CI YAML to use shared runner X-Git-Tag: v4.0.0~940 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e6452fe65706da3bf23d13f469e348d4f8519d3;p=procps-ng test: Update gitlab CI YAML to use shared runner --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ba57d9a..bff2fbe8 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 libtool-bin gettext libncursesw5-dev dejagnu libnuma-dev libsystemd-dev + +MakeCheck: script: - - "./autogen.sh" - - "./configure" - - make - - make check - - make clean - tags: - except: - - tags + - "./autogen.sh" + - "./configure" + - make + - make check + - make clean