From 72a3b42d366f1a2a8b8036d7fb2565f0ac98eda0 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 24 Apr 2023 16:25:58 +0200 Subject: [PATCH] Create c-cpp.yml this is a test it might be nuked --- .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..9fc39af --- /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@v3 + - name: bmake + run: bmake