From: Phil Burk Date: Thu, 24 Sep 2020 17:55:57 +0000 (-0700) Subject: Create c-cpp.yml X-Git-Tag: v19.7.0~114 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=df4e0bf4052eddbe4a0e09ca751c18597df852f9;p=portaudio Create c-cpp.yml Add continuous integration build test. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml new file mode 100644 index 0000000..10ecb69 --- /dev/null +++ b/.github/workflows/c-cpp.yml @@ -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