mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-21 18:19: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
|
||||
cacheFrom: ghcr.io/polprzewodnikowy/n64flashcartmenu-devcontainer
|
||||
push: always
|
||||
runCmd: make all
|
||||
runCmd: |
|
||||
pushd libdragon
|
||||
./build.sh
|
||||
popd
|
||||
make all
|
||||
env:
|
||||
FLAGS: -DMENU_RELEASE
|
||||
|
||||
|
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,9 +1,8 @@
|
||||
/.vscode
|
||||
/build
|
||||
/output
|
||||
/docs
|
||||
tools/sc64/sc64.exe
|
||||
tools/sc64/sc64deployer.exe
|
||||
/tools/sc64/*
|
||||
|
||||
# There should never be ROMs uploaded, but just incase, make sure they are excluded.
|
||||
**/*.n64
|
||||
**/*.z64
|
||||
|
@ -1 +0,0 @@
|
||||
**Nothing to see here, check back later!**
|
Loading…
Reference in New Issue
Block a user