From 9f06caf57268d7c0fe2b73853053540ab64f5ee7 Mon Sep 17 00:00:00 2001 From: adin Date: Tue, 6 Sep 2016 16:06:15 -0300 Subject: [PATCH] Add CI build --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..19837b5 --- /dev/null +++ b/.gitlab-ci.yml @@ -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 -- 2.50.1