]> Repos - portaudio/commitdiff
Create c-cpp.yml
authorPhil Burk <philburk@mobileer.com>
Thu, 24 Sep 2020 17:55:57 +0000 (10:55 -0700)
committerPhil Burk <philburk@mobileer.com>
Thu, 1 Oct 2020 00:16:35 +0000 (17:16 -0700)
Add continuous integration build test.

.github/workflows/c-cpp.yml [new file with mode: 0644]

diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
new file mode 100644 (file)
index 0000000..10ecb69
--- /dev/null
@@ -0,0 +1,19 @@
+name: C/C++ CI
+
+on:
+  push:
+    branches: [ master ]
+  pull_request:
+    branches: [ master ]
+
+jobs:
+  build:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v2
+    - name: configure
+      run: ./configure
+    - name: make
+      run: make