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