Merge branch 'master' of github.com:NLnetLabs/unbound

This commit is contained in:
W.C.A. Wijngaards 2021-06-23 14:06:13 +02:00
commit 7694998ea9

21
.github/workflows/ci.yml vendored Normal file
View file

@ -0,0 +1,21 @@
name: ci
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: configure
run: ./configure --enable-debug
- name: make
run: make
- name: make test
run: make test