diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2020-10-07 09:53:54 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2020-10-07 09:53:54 +0200 |
| commit | 7a2978f3ba7e2237e43353479ee3b252488c51fc (patch) | |
| tree | 72120c569c2a4e6838ae93295b092f95c0ebb9a4 /.gitlab-ci.yml | |
| download | gharaei-template-7a2978f3ba7e2237e43353479ee3b252488c51fc.tar.gz gharaei-template-7a2978f3ba7e2237e43353479ee3b252488c51fc.zip | |
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 8 |
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 |
