]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Create ci.yml
authorWouter Wijngaards <wcawijngaards@users.noreply.github.com>
Wed, 23 Jun 2021 08:23:23 +0000 (10:23 +0200)
committerGitHub <noreply@github.com>
Wed, 23 Jun 2021 08:23:23 +0000 (10:23 +0200)
.github/workflows/ci.yml [new file with mode: 0644]

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
new file mode 100644 (file)
index 0000000..73d68fb
--- /dev/null
@@ -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