]> granicus.if.org Git - procps-ng/commitdiff
build-sys: Add gitlab CI job file
authorCraig Small <csmall@enc.com.au>
Tue, 28 Jul 2015 12:47:15 +0000 (22:47 +1000)
committerCraig Small <csmall@enc.com.au>
Tue, 28 Jul 2015 12:47:15 +0000 (22:47 +1000)
.gitlab-ci.yml [new file with mode: 0644]

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644 (file)
index 0000000..03f8fe6
--- /dev/null
@@ -0,0 +1,16 @@
+# This file is generated by GitLab CI
+'':
+  script: []
+  tags: 
+  except:
+  - tags
+Testsuites:
+  script:
+  - "./autogen.sh"
+  - "./configure"
+  - make
+  - make check
+  - make clean
+  tags: 
+  except:
+  - tags