From 7a2978f3ba7e2237e43353479ee3b252488c51fc Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 7 Oct 2020 09:53:54 +0200 Subject: Init template repository --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitlab-ci.yml (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..a37eede --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,8 @@ +make_pdf: + stage: build + image: tianon/latex + script: + - bash make.sh + artifacts: + paths: + - document.pdf \ No newline at end of file -- cgit v1.3.1