Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bernd Paysan
thinking-forth
Commits
b5f91581
Verified
Commit
b5f91581
authored
Jun 16, 2018
by
Bernd Paysan
Browse files
Added gitlab CI
parent
8f7abe9f
Pipeline
#45
passed with stage
in 3 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
b5f91581
image
:
debian:unstable
before_script
:
-
apt update -qq
-
apt-get -y install texlive texlive-pstricks texlive-latex-recommended
texlive-fonts-extra cm-super make
stages
:
-
build
build-distcheck
:
stage
:
build
script
:
-
make
-
mkdir pdfs
-
mv *.pdf pdfs
# The files which are to be made available in GitLab
artifacts
:
paths
:
-
pdfs/*
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