]> Repos - portaudio/commitdiff
Add a GitHub action for building with CMake.
authorEtienne Dechamps <etienne@edechamps.fr>
Sun, 18 Oct 2020 08:48:57 +0000 (10:48 +0200)
committerPhil Burk <philburk@mobileer.com>
Thu, 22 Oct 2020 15:16:51 +0000 (08:16 -0700)
.github/workflows/c-cpp.yml

index ea0f17b0cf257728c9f63beb02f3bfa4d7ccb7a9..a9fb33f6e231fdfc4143148b1ab7ba9a2e002354 100644 (file)
@@ -18,6 +18,17 @@ jobs:
     - name: make
       run: make
 
+  build-cmake:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v2
+    - name: cmake
+      run: cmake .
+    - name: make
+      run: make
+
   build-cmake-mingw:
 
     runs-on: ubuntu-latest