Add .gitlab-ci.yml
authorChris Cormack <chrisc@catalyst.net.nz>
Sat, 12 Nov 2016 00:16:17 +0000 (13:16 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Sat, 12 Nov 2016 00:16:17 +0000 (13:16 +1300)
.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..f8315ee
--- /dev/null
@@ -0,0 +1,8 @@
+before_script:
+    - apt-get update && apt-get install -y python3-sphinx
+
+build_job:
+    script:
+        - cd en
+        - make clean
+        - make html