ayakael.net/.gitlab-ci.yml
Achilleas Pipinellis bf426e18ff Fix setup path
2016-07-07 11:20:26 +03:00

24 lines
391 B
YAML

image: elecnix/ikiwiki
before_script:
- apt-get install -y git
- git submodule init
- git submodule update
test:
stage: test
script:
- ikiwiki --setup ikiwiki.setup --libdir themes/ikistrap/lib
only:
- branches
- tags
pages:
stage: deploy
script:
- ikiwiki --setup ikiwiki.setup --libdir themes/ikistrap/lib
artifacts:
paths:
- public
only:
- master