]> granicus.if.org Git - psmisc/commitdiff
Added gitlab CI config file
authorCraig Small <csmall@enc.com.au>
Tue, 7 Jul 2015 12:31:47 +0000 (22:31 +1000)
committerCraig Small <csmall@enc.com.au>
Tue, 7 Jul 2015 12:31:47 +0000 (22:31 +1000)
.gitignore
README [new file with mode: 0644]
gitlab-ci.yml [new file with mode: 0644]

index 0de61b48024c2f90fc57f59a4338a1244ece4537..22c233b444161028acca04ff96f7770ddaf1d6da 100644 (file)
@@ -1,3 +1,4 @@
+*.bak
 *.lo
 *.log
 *.o
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..96dc92f
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+See README.md
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