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

Add gitlab ci to assemble the zip file

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