Skip to content
Snippets Groups Projects
Commit 80c54e06 authored by Jannik Dunkelau's avatar Jannik Dunkelau
Browse files

Add gitlab ci to assemble the zip file

parent 3ad743b8
No related branches found
No related tags found
No related merge requests found
Pipeline #80950 failed
zip:
stage: deploy
script:
- make zip
artifacts:
name: thesis.zip
paths:
- thesis.zip
......@@ -16,7 +16,7 @@ clean:
.PHONY: zip
zip:
zip thesis -x *.git/* -x *.synctex.gz -r .
zip thesis -x *.git/* -x *.synctex.gz -x .gitlab-ci.yml -r .
.PHONY: bibtool
bibtool:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment