Skip to content
Snippets Groups Projects
Unverified Commit e38fdf3a 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 #28935 failed
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/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment