Skip to content
Snippets Groups Projects
Unverified Commit 3b6a1545 authored by Philip K's avatar Philip K
Browse files

added initial .gitlab-ci.yml

parent 6b902335
No related branches found
No related tags found
No related merge requests found
Pipeline #28937 failed
stages:
- build
- deploy
job 1:
image: alpine:3.7
stage: build
before_script:
- apk add --no-cache guile curl make tar gzip autoconf
- 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/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment