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
Aaron Erhardt
Cheatsheets
Commits
79e0e21b
Commit
79e0e21b
authored
Apr 26, 2021
by
Aaron Erhardt
🦀
Browse files
Add CI config
parent
429fcb00
Pipeline
#443
passed with stage
in 1 minute and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
79e0e21b
# Use Ubuntu Linux docker image
image
:
ubuntu:rolling
# Defines stages which are to be executed
stages
:
-
build
# Setup for scripts
before_script
:
-
export DEBIAN_FRONTEND=noninteractive
-
apt update
-
apt install pandoc texlive-fonts-recommended texlive-xetex -y
# Configure and build the project
build_pdf
:
stage
:
build
script
:
-
./build.sh
artifacts
:
paths
:
-
pdf
expire_in
:
4 weeks
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