Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Picasoft
APIs
Init
OpenPGP
Commits
bea7b90a
Verified
Commit
bea7b90a
authored
Jan 23, 2019
by
Quentin Duchemin
Browse files
Add CI
parent
f2ce7d8e
Pipeline
#33891
passed with stages
in 49 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
bea7b90a
stages
:
-
build
-
deploy
beamer-build
:
image
:
aergus/latex
stage
:
build
script
:
-
pdflatex p.tex
artifacts
:
paths
:
-
"
*.pdf"
tags
:
-
docker
synchronize
:
stage
:
deploy
before_script
:
-
apt-get update -y
-
apt-get install -y rsync
-
echo "$ssh_key" > id_rsa
-
chmod 600 id_rsa
script
:
# In non-interactive context, don't check host identity
-
rsync -e"ssh -i id_rsa -o StrictHostKeyChecking=no" -avz *.pdf apiInit@pica02.picasoft.net:~/artefact/pgp/
after_script
:
-
rm id_rsa
dependencies
:
-
beamer-build
tags
:
-
linux
only
:
-
master
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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