Add CI job for MRs without artifact
This commit is contained in:
parent
ce563ae697
commit
06b8236252
1 changed files with 10 additions and 0 deletions
|
@ -10,3 +10,13 @@ pages:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
||||||
|
basic-zola-test:
|
||||||
|
image: agners/archlinuxarm-arm64v8:latest
|
||||||
|
interruptible: true
|
||||||
|
except:
|
||||||
|
- master
|
||||||
|
before_script:
|
||||||
|
- pacman --needed --noconfirm -Syu zola
|
||||||
|
script:
|
||||||
|
- zola build
|
||||||
|
|
Loading…
Reference in a new issue