Add: Test for config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-27 08:42:29 +08:00
parent 4074719c8c
commit fdc14ca1cc
2 changed files with 14 additions and 0 deletions

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: alpine:latest
commands:
- sed -i '1i\include "./config-example.conf";' bird.conf
- apk add bird
- bird -p -c ./bird.conf