Unused files cleanup + action libdragon build fix

This commit is contained in:
Mateusz Faderewski 2023-08-05 01:57:05 +02:00
parent e94df07e9f
commit b9f3e98771
3 changed files with 7 additions and 5 deletions

View File

@ -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
View File

@ -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

View File

@ -1 +0,0 @@
**Nothing to see here, check back later!**