22 lines
472 B
YAML
22 lines
472 B
YAML
pages:
|
|
image: agners/archlinuxarm-arm64v8:latest
|
|
interruptible: true
|
|
only:
|
|
- master
|
|
before_script:
|
|
- pacman --needed --noconfirm -Syu zola
|
|
script:
|
|
- zola build
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
|
|
basic-zola-test:
|
|
image: agners/archlinuxarm-arm64v8:latest
|
|
interruptible: true
|
|
except:
|
|
- master
|
|
before_script:
|
|
- pacman --needed --noconfirm -Syu zola
|
|
script:
|
|
- zola build
|