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
forth-standard
Commits
500d9f92
Verified
Commit
500d9f92
authored
Oct 02, 2018
by
Bernd Paysan
Browse files
Added gitlab CI
parent
418821fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
500d9f92
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 pdf
-
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