mirror of
https://github.com/neon443/ColourCam3DS.git
synced 2026-03-11 13:26:17 +00:00
Create makefile.yml
This commit is contained in:
28
.github/workflows/makefile.yml
vendored
Normal file
28
.github/workflows/makefile.yml
vendored
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user