mirror of
https://github.com/moderntld/.o.git
synced 2024-05-11 05:54:56 +00:00
9333929d92
This will automatically check whether or not a new zonefile is valid, and if it contains the appropriate domain records on every commit (and Pull Request!)
10 lines
136 B
YAML
10 lines
136 B
YAML
dist: xenial
|
|
language: minimal
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- bind9
|
|
script:
|
|
- /bin/bash verify_domains.sh
|
|
- /bin/bash test_zones.sh
|