From 12d506219af4af750c0865cbb14fb7e4bbd70939 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 24 Apr 2023 16:26:07 +0200 Subject: [PATCH] Create c-cpp.yml this is a test it might be nuked --- c-cpp.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 c-cpp.yml diff --git a/c-cpp.yml b/c-cpp.yml new file mode 100644 index 0000000..9fc39af --- /dev/null +++ b/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