From 2d07a901df4de92bd9f5da1c11b7f91bb9598150 Mon Sep 17 00:00:00 2001 From: Michel Pollet Date: Fri, 3 Nov 2023 11:26:52 +0000 Subject: [PATCH] Create c-cpp.yml Not sure this will work, trying it... --- .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..dfe8487 --- /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@v3 + - name: make + run: make