From b9f3e98771384dc31bebf2bced48a1f7d29e86e6 Mon Sep 17 00:00:00 2001 From: Mateusz Faderewski Date: Sat, 5 Aug 2023 01:57:05 +0200 Subject: [PATCH] Unused files cleanup + action libdragon build fix --- .github/workflows/build.yml | 6 +++++- .gitignore | 5 ++--- docs/README.md | 1 - 3 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 docs/README.md diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2be46eb8..add6056f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.gitignore b/.gitignore index d71f2283..f66361d1 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 28e33b7d..00000000 --- a/docs/README.md +++ /dev/null @@ -1 +0,0 @@ -**Nothing to see here, check back later!** \ No newline at end of file