Add Drone CI configuration #4
1 changed files with 11 additions and 0 deletions
11
.drone.yml
Normal file
11
.drone.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: personal-website
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: website-compile-test
|
||||||
|
image: archlinux:base
|
||||||
|
commands:
|
||||||
|
- pacman --needed --noconfirm --sync --refresh --sysupgrade zola
|
||||||
|
- zola --version
|
||||||
|
- zola build
|
Loading…
Reference in a new issue