Add .gitlab-ci.yml

This commit is contained in:
Vicky Steeves 2017-05-04 18:36:47 +00:00
parent 5c98a22ac3
commit e98b366379
1 changed files with 16 additions and 0 deletions

16
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,16 @@
image: registry.gitlab.com/paddy-hack/nikola
test:
script:
- nikola build
except:
- master
pages:
script:
- nikola build
artifacts:
paths:
- public
only:
- master