From 53a5a43075f4714d8101b119f4dfe12d7a1b5871 Mon Sep 17 00:00:00 2001 From: Nihaal Sharma <69979447+neon443@users.noreply.github.com> Date: Thu, 14 Aug 2025 09:34:54 +0100 Subject: [PATCH] Create makefile.yml --- .github/workflows/makefile.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/makefile.yml diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml new file mode 100644 index 0000000..3ad843d --- /dev/null +++ b/.github/workflows/makefile.yml @@ -0,0 +1,28 @@ +name: Makefile CI + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - name: install devkitpro + run: wget https://apt.devkitpro.org/install-devkitpro-pacman + chmod +x ./install-devkitpro-pacman + sudo ./install-devkitpro-pacman + sudo dkp-pacman -S 3ds-dev + sudo pacman -S 3ds-dev + + - name: configure + run: ./configure + + - name: Install dependencies + run: make