From: Keith Busch Date: Fri, 26 Jun 2020 20:46:44 +0000 (-0600) Subject: start continuous integration X-Git-Tag: v1.13~72^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=20eecef7e2d8c81850fac494f59c2a265eeb339e;p=users%2Fsagi%2Fnvme-cli.git start continuous integration Help reduce compile breakage --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml new file mode 100644 index 00000000..23aa0bfc --- /dev/null +++ b/.github/workflows/c-cpp.yml @@ -0,0 +1,17 @@ +name: C/C++ CI + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: make + run: make