summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2015-09-03 22:55:36 +1000
committerCraig Small <csmall@enc.com.au>2015-09-03 22:55:36 +1000
commit1bfc9235b43c32adafe041696b88551a36518d60 (patch)
treedee27b8811c12634cadac4d36c8f2f67388db60c /.gitlab-ci.yml
parentf1bd82ff07d67dbcfa455e82678f44376cfe1a90 (diff)
downloadprocps-ng-1bfc9235b43c32adafe041696b88551a36518d60.tar.gz
Grab the CI file from master
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..e1e58e0
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -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