Configure CI

This commit is contained in:
Jonas Tobias Hopusch 2021-06-13 22:22:13 +02:00
parent 816a12e599
commit 09b6b833ea
Failed to generate hash of commit
1 changed files with 12 additions and 0 deletions

12
.gitlab-ci.yml Normal file
View 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