Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
outreach
templates
presentations
latex
Commits
3256f66e
Commit
3256f66e
authored
Feb 08, 2021
by
Jacek Lebioda
Browse files
feat: initial ci/cd pipeline
parent
7e26d14b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
3256f66e
image
:
git-r3lab.uni.lu:4567/r3/docker/latex:latest
stages
:
-
build
build:pages:
stage
:
build
artifacts
:
expire_in
:
1 day
paths
:
-
build
before_script
:
-
apt install make
script
:
-
mkdir -p build
-
make
-
cp *.pdf build
Write
Preview
Markdown
is supported
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