]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add .gitlab-ci.yml
authorTimePath <andrew.hardaker1995@gmail.com>
Mon, 4 Jan 2016 03:21:59 +0000 (14:21 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Mon, 4 Jan 2016 03:22:32 +0000 (14:22 +1100)
.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..e1ab287
--- /dev/null
@@ -0,0 +1,10 @@
+before_script:
+  - git clone --depth=1 --branch=master https://gitlab.com/xonotic/gmqcc.git gmqcc
+  - cd gmqcc
+  - make -j $(nproc)
+  - cd ..
+  - export QCC=$PWD/gmqcc/gmqcc
+
+build:
+  script:
+    - make