mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2025-12-18 19:15:58 +01:00
It does not work. Remove develop branch from publish It breaks things. Improve tests for website publish Fix build Rename devcontainer base as we currently only support the SC64, and even if we supported others, can use the same devcontainer. Remove flashcart-other devcontainer It currently serves no purpose. Use separate bash history for dev containers. Rename flashcart-all devcontainer to flashcart-other
27 lines
824 B
JSON
27 lines
824 B
JSON
{
|
|
"name": "N64FlashcartMenu-sc64deployer",
|
|
"build": {
|
|
"dockerfile": "Dockerfile.sc64deployer"
|
|
},
|
|
"mounts": [
|
|
"source=n64flashcartmenu-flashcart-bashhistory,target=/commandhistory,type=volume"
|
|
],
|
|
"postCreateCommand": "git submodule update --init && cd ./libdragon && make clobber -j && make libdragon tools -j && make install tools-install -j",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-vscode.makefile-tools"
|
|
],
|
|
"settings": {
|
|
"git.ignoredRepositories": [
|
|
"libdragon",
|
|
"src/libs/libspng",
|
|
"src/libs/mini.c",
|
|
"src/libs/minimp3",
|
|
"src/libs/miniz"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|