From bab4c30b2bc9cfc8b8a540af14a3c01e959a3fde Mon Sep 17 00:00:00 2001 From: Nicolas Van Wambeke Date: Sat, 5 Mar 2022 16:45:19 +0100 Subject: [PATCH] Build on commit Added a github actions Make on commit to this repository --- .github/workflows/c-cpp.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/c-cpp.yml diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml new file mode 100644 index 0000000..25ea0bb --- /dev/null +++ b/.github/workflows/c-cpp.yml @@ -0,0 +1,17 @@ +name: C/C++ CI + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: make + run: make