]> granicus.if.org Git - procps-ng/commitdiff
Grab the CI file from master
authorCraig Small <csmall@enc.com.au>
Thu, 3 Sep 2015 12:55:36 +0000 (22:55 +1000)
committerCraig Small <csmall@enc.com.au>
Thu, 3 Sep 2015 12:55:36 +0000 (22:55 +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..e1e58e0
--- /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