mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-22 02:29:19 +01:00
Unused files cleanup + action libdragon build fix
This commit is contained in:
parent
e94df07e9f
commit
b9f3e98771
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -30,7 +30,11 @@ jobs:
|
|||||||
imageName: ghcr.io/polprzewodnikowy/n64flashcartmenu-devcontainer
|
imageName: ghcr.io/polprzewodnikowy/n64flashcartmenu-devcontainer
|
||||||
cacheFrom: ghcr.io/polprzewodnikowy/n64flashcartmenu-devcontainer
|
cacheFrom: ghcr.io/polprzewodnikowy/n64flashcartmenu-devcontainer
|
||||||
push: always
|
push: always
|
||||||
runCmd: make all
|
runCmd: |
|
||||||
|
pushd libdragon
|
||||||
|
./build.sh
|
||||||
|
popd
|
||||||
|
make all
|
||||||
env:
|
env:
|
||||||
FLAGS: -DMENU_RELEASE
|
FLAGS: -DMENU_RELEASE
|
||||||
|
|
||||||
|
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,9 +1,8 @@
|
|||||||
/.vscode
|
/.vscode
|
||||||
/build
|
/build
|
||||||
/output
|
/output
|
||||||
/docs
|
/tools/sc64/*
|
||||||
tools/sc64/sc64.exe
|
|
||||||
tools/sc64/sc64deployer.exe
|
|
||||||
# There should never be ROMs uploaded, but just incase, make sure they are excluded.
|
# There should never be ROMs uploaded, but just incase, make sure they are excluded.
|
||||||
**/*.n64
|
**/*.n64
|
||||||
**/*.z64
|
**/*.z64
|
||||||
|
@ -1 +0,0 @@
|
|||||||
**Nothing to see here, check back later!**
|
|
Loading…
Reference in New Issue
Block a user