2022-01-02 09:46:57 +01:00
|
|
|
{
|
|
|
|
"version": "2.0.0",
|
|
|
|
"tasks": [
|
|
|
|
{
|
|
|
|
"label": "build",
|
|
|
|
"type": "shell",
|
|
|
|
"command": "./docker_build.sh update -s -c -d",
|
2022-01-07 15:01:43 +01:00
|
|
|
"presentation": {
|
|
|
|
"showReuseMessage": false,
|
|
|
|
"clear": true
|
|
|
|
},
|
2022-01-02 09:46:57 +01:00
|
|
|
"windows":{
|
|
|
|
"command": "wsl -- ./docker_build.sh update -s -c -d"
|
|
|
|
},
|
|
|
|
"group": {
|
|
|
|
"kind": "build",
|
|
|
|
"isDefault": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "build_full",
|
|
|
|
"type": "shell",
|
|
|
|
"command": "./docker_build.sh release -c -d",
|
2022-01-07 15:01:43 +01:00
|
|
|
"presentation": {
|
|
|
|
"showReuseMessage": false,
|
|
|
|
"clear": true
|
|
|
|
},
|
2022-01-02 09:46:57 +01:00
|
|
|
"windows": {
|
|
|
|
"command": "wsl -- ./docker_build.sh update -c -d"
|
|
|
|
},
|
|
|
|
"group": "build"
|
|
|
|
},
|
|
|
|
{
|
2022-01-16 21:13:59 +01:00
|
|
|
"label": "build_n64",
|
2022-01-02 09:46:57 +01:00
|
|
|
"type": "shell",
|
|
|
|
"command": "./docker_build.sh n64 -d",
|
2022-01-07 15:01:43 +01:00
|
|
|
"presentation": {
|
|
|
|
"showReuseMessage": false,
|
|
|
|
"clear": true
|
|
|
|
},
|
2022-01-02 09:46:57 +01:00
|
|
|
"windows": {
|
|
|
|
"command": "wsl -- ./docker_build.sh n64 -d"
|
|
|
|
},
|
|
|
|
"group": "build"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|