From 259931922248b763e0c4f0c919c4b0463936fac8 Mon Sep 17 00:00:00 2001 From: Nathan Singer Date: Mon, 22 Jan 2024 13:58:24 -0500 Subject: [PATCH] Create cpp.yml --- .github/workflows/cpp.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/cpp.yml diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml new file mode 100644 index 0000000..6218604 --- /dev/null +++ b/.github/workflows/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: make + run: make