]> hydra-www.ietfng.org Git - mcv-academic/commitdiff
Add CI build
authoradin <adin@ic.unicamp.br>
Tue, 6 Sep 2016 19:06:15 +0000 (16:06 -0300)
committeradin <adin@ic.unicamp.br>
Tue, 6 Sep 2016 19:06:15 +0000 (16:06 -0300)
.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..19837b5
--- /dev/null
@@ -0,0 +1,14 @@
+
+build:
+  image: adnrv/texlive-adntools
+  script:
+    - cd example
+    - make all
+  artifacts:
+    paths:
+      - ./example/example-en.pdf
+      - ./example/example-es.pdf
+  tags:
+    - docker
+
+                                                                                                                                                                                                                                                                                                                                                                                                                                                  
\ No newline at end of file