]> granicus.if.org Git - procps-ng/commitdiff
Update gitlab test yaml
authorCraig Small <csmall@enc.com.au>
Wed, 20 Apr 2016 12:00:24 +0000 (22:00 +1000)
committerCraig Small <csmall@enc.com.au>
Wed, 20 Apr 2016 12:00:24 +0000 (22:00 +1000)
.gitlab-ci.yml

index 9ba57d9a5b187efaea94fc518226a1af0aa19606..dffaf0d12848ca7e717fc7861a12e93057544d80 100644 (file)
@@ -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