]> granicus.if.org Git - mutt/commitdiff
skeleton .gitlab-ci.yml to compile commits
authorBrendan Cully <brendan@cully.org>
Sat, 13 Jan 2018 22:49:35 +0000 (14:49 -0800)
committerBrendan Cully <brendan@cully.org>
Sat, 13 Jan 2018 23:03:09 +0000 (15:03 -0800)
.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..dfb2f63
--- /dev/null
@@ -0,0 +1,11 @@
+image: gcc
+
+stages:
+  - build
+
+build:
+  stage: build
+  script:
+    - ./prepare
+    - make
+