Add: Test for config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
186526 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

View File

@ -1,5 +1,8 @@
# 186526 Network
[![Build Status](https://ci.186526.xyz/api/badges/186526/net186-config/status.svg)](https://ci.186526.xyz/186526/net186-config)
![Bird Version Needed](https://img.shields.io/badge/bird-%3E%3D%202.0.11-blue)
- Experimental global network
- Maintained by 186526 (@real186526)