Add .gitlab-ci.yml

This commit is contained in:
Vicky Steeves 2017-05-02 02:12:37 +00:00
parent ccde02d880
commit f5fa3bcb46
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