Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
general
stups
vorlage
Commits
80c54e06
Commit
80c54e06
authored
Feb 14, 2022
by
Jannik Dunkelau
Browse files
Add gitlab ci to assemble the zip file
parent
3ad743b8
Pipeline
#80950
failed with stage
in 8 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
80c54e06
zip
:
stage
:
deploy
script
:
-
make zip
artifacts
:
name
:
thesis.zip
paths
:
-
thesis.zip
Makefile
View file @
80c54e06
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment