Add Drone CI configuration #4

Merged
jotoho merged 1 commits from drone-ci into master 2021-10-08 21:46:24 +02:00
1 changed files with 11 additions and 0 deletions

11
.drone.yml Normal file
View 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