From a10c4de9e771ec08a5ebad3e29c33f83ec366795 Mon Sep 17 00:00:00 2001 From: wtfloltk <153698146+wtfloltk@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:56:16 -0500 Subject: [PATCH] Create c-cpp.yml --- .github/workflows/c-cpp.yml | 18 ++++++++++++++++++ 1 file changed, 18 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 000000000..39b906436 --- /dev/null +++ b/.github/workflows/c-cpp.yml @@ -0,0 +1,18 @@ +name: C/C++ CI + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + container: devkitpro/devkitarm:latest + + steps: + - uses: actions/checkout@v4 + - name: make + run: make