Configure CI
This commit is contained in:
parent
816a12e599
commit
09b6b833ea
1 changed files with 12 additions and 0 deletions
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
pages:
|
||||||
|
image: archlinux:latest
|
||||||
|
interruptible: true
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
before_script:
|
||||||
|
- pacman --needed --noconfirm -Sy zola
|
||||||
|
script:
|
||||||
|
- zola build
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
Loading…
Reference in a new issue