Add .gitlab-ci.yml

This commit is contained in:
Jesper Hess 2017-02-11 17:15:33 +00:00
parent 5d38ab0be9
commit 154c43d98a
Signed by: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 12 additions and 0 deletions

12
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,12 @@
image: jekyll/jekyll:pages
build site:
stage: build
script:
- bundle install --path=vendor
- bundle exec jekyll build
- mv _site xmppdk
artifacts:
expire_in: 1 month
paths:
- xmppdk