summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2020-10-07 09:53:54 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2020-10-07 09:53:54 +0200
commit7a2978f3ba7e2237e43353479ee3b252488c51fc (patch)
tree72120c569c2a4e6838ae93295b092f95c0ebb9a4 /.gitlab-ci.yml
downloadgharaei-template-master.tar.gz
gharaei-template-master.zip
Init template repositoryHEADmaster
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
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