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