Merge branch 'master' of github.com:ahupowerdns/galmon

pull/1/head^2
bert hubert 2019-09-05 08:42:07 +02:00
commit b76bd5f7c3
1 changed files with 15 additions and 0 deletions

15
.github/workflows/ccpp.yml vendored 100644
View File

@ -0,0 +1,15 @@
name: C/C++ CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: make
run: make
- name: make check
run: make check