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
faui2k17
generator
Commits
e38fdf3a
Unverified
Commit
e38fdf3a
authored
Aug 14, 2019
by
Philip Kaludercic
🌝
Browse files
added initial .gitlab-ci.yml
parent
6b902335
Pipeline
#28935
failed with stages
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
e38fdf3a
stages
:
-
build
-
deploy
job 1
:
stage
:
build
before_script
:
-
apt-get update -qq && apt-get install -y -qq guile-2.2-dev guile-2.2-libs curl make
-
curl -Ls https://files.dthompson.us/haunt/haunt-0.2.4.tar.gz | tar xz
-
"
cd
haunt-0.2.4;
./configure
--prefix=/usr;
make;
make
install"
-
curl -Ls https://github.com/OrangeShark/guile-commonmark/releases/download/v0.1.2/guile-commonmark-0.1.2.tar.gz | tar xz
-
"
cd
guile-commonmark-0.1.2;
./configure
--prefix=/usr;
make;
make
install"
script
:
haunt build
job 2
:
stage
:
deploy
script
:
rsync -azc --delete site/ faui@faui2k17.de:/var/www/faui2k17/
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