Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
stustanet
netzwerkanleitung
Commits
3b2d9683
Commit
3b2d9683
authored
Nov 03, 2019
by
Julien Schmidt
Browse files
add GitLab CI/CD config
parent
7576dc55
Pipeline
#277
failed with stage
in 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
3b2d9683
default
:
image
:
latex:latest
# Defines stages which are to be executed
stages
:
-
build
# Stage "build"
build
:
stage
:
build
script
:
-
make
# The files which are to be made available in GitLab
artifacts
:
paths
:
-
build/*.pdf
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