mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-18 20:59:56 +01:00
64656b5d9f
* dependency update * brings back biome fix * . * apply fix
167 lines
3.9 KiB
JSON
167 lines
3.9 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "process",
|
|
"command": "tools/build/build.sh",
|
|
"windows": {
|
|
"command": ".\\tools\\build\\build.bat"
|
|
},
|
|
"options": {
|
|
"env": {
|
|
"DM_EXE": "${config:dreammaker.byondPath}"
|
|
}
|
|
},
|
|
"problemMatcher": ["$dreammaker", "$tsc", "$eslint-stylish"],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"dependsOn": "dm: reparse",
|
|
"label": "Build All"
|
|
},
|
|
{
|
|
"type": "process",
|
|
"command": "tools/build/build.sh",
|
|
"args": ["-DLOWMEMORYMODE"],
|
|
"windows": {
|
|
"command": ".\\tools\\build\\build.bat",
|
|
"args": ["-DLOWMEMORYMODE"]
|
|
},
|
|
"options": {
|
|
"env": {
|
|
"DM_EXE": "${config:dreammaker.byondPath}"
|
|
}
|
|
},
|
|
"problemMatcher": ["$dreammaker", "$tsc", "$eslint-stylish"],
|
|
"group": {
|
|
"kind": "build"
|
|
},
|
|
"dependsOn": "dm: reparse",
|
|
"label": "Build All (low memory mode)"
|
|
},
|
|
{
|
|
"type": "process",
|
|
"command": "tools/build/build.sh",
|
|
"args": ["-DLOWMEMORYMODE", "-DCITESTING", "-DUSE_MAP_TETHER"],
|
|
"windows": {
|
|
"command": ".\\tools\\build\\build.bat",
|
|
"args": ["-DLOWMEMORYMODE", "-DCITESTING", "-DUSE_MAP_TETHER"]
|
|
},
|
|
"options": {
|
|
"env": {
|
|
"DM_EXE": "${config:dreammaker.byondPath}"
|
|
}
|
|
},
|
|
"problemMatcher": ["$dreammaker", "$tsc", "$eslint-stylish"],
|
|
"group": {
|
|
"kind": "build"
|
|
},
|
|
"dependsOn": "dm: reparse",
|
|
"label": "Build All (Force Tether)"
|
|
},
|
|
{
|
|
"type": "process",
|
|
"command": "tools/build/build.sh",
|
|
"args": ["-DLOWMEMORYMODE", "-DCITESTING", "-DUSE_MAP_STELLARDELIGHT"],
|
|
"windows": {
|
|
"command": ".\\tools\\build\\build.bat",
|
|
"args": ["-DLOWMEMORYMODE", "-DCITESTING", "-DUSE_MAP_STELLARDELIGHT"]
|
|
},
|
|
"options": {
|
|
"env": {
|
|
"DM_EXE": "${config:dreammaker.byondPath}"
|
|
}
|
|
},
|
|
"problemMatcher": ["$dreammaker", "$tsc", "$eslint-stylish"],
|
|
"group": {
|
|
"kind": "build"
|
|
},
|
|
"dependsOn": "dm: reparse",
|
|
"label": "Build All (Force Stellar Delight)"
|
|
},
|
|
{
|
|
"type": "process",
|
|
"command": "tools/build/build.sh",
|
|
"args": ["-DLOWMEMORYMODE", "-DCITESTING", "-DUSE_MAP_GROUNDBASE"],
|
|
"windows": {
|
|
"command": ".\\tools\\build\\build.bat",
|
|
"args": ["-DLOWMEMORYMODE", "-DCITESTING", "-DUSE_MAP_GROUNDBASE"]
|
|
},
|
|
"options": {
|
|
"env": {
|
|
"DM_EXE": "${config:dreammaker.byondPath}"
|
|
}
|
|
},
|
|
"problemMatcher": ["$dreammaker", "$tsc", "$eslint-stylish"],
|
|
"group": {
|
|
"kind": "build"
|
|
},
|
|
"dependsOn": "dm: reparse",
|
|
"label": "Build All (Force Groundbase)"
|
|
},
|
|
{
|
|
"type": "process",
|
|
"command": "tools/build/build.sh",
|
|
"args": ["-DLOWMEMORYMODE", "-DCITESTING", "-DUSE_MAP_MINITEST"],
|
|
"windows": {
|
|
"command": ".\\tools\\build\\build.bat",
|
|
"args": ["-DLOWMEMORYMODE", "-DCITESTING", "-DUSE_MAP_MINITEST"]
|
|
},
|
|
"options": {
|
|
"env": {
|
|
"DM_EXE": "${config:dreammaker.byondPath}"
|
|
}
|
|
},
|
|
"problemMatcher": ["$dreammaker", "$tsc", "$eslint-stylish"],
|
|
"group": {
|
|
"kind": "build"
|
|
},
|
|
"dependsOn": "dm: reparse",
|
|
"label": "Build All (Force Minitest)"
|
|
},
|
|
{
|
|
"type": "dreammaker",
|
|
"dme": "vorestation.dme",
|
|
"problemMatcher": ["$dreammaker"],
|
|
"group": "build",
|
|
"label": "dm: build - vorestation.dme"
|
|
},
|
|
{
|
|
"command": "${command:dreammaker.reparse}",
|
|
"group": "build",
|
|
"label": "dm: reparse"
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"command": "bin/tgui-build",
|
|
"windows": {
|
|
"command": ".\\bin\\tgui-build.cmd"
|
|
},
|
|
"problemMatcher": ["$tsc", "$eslint-stylish"],
|
|
"group": "build",
|
|
"label": "tgui: build"
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"command": "bin/tgui-dev",
|
|
"windows": {
|
|
"command": ".\\bin\\tgui-dev.cmd"
|
|
},
|
|
"problemMatcher": ["$tsc", "$eslint-stylish"],
|
|
"group": "build",
|
|
"label": "tgui: dev server"
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"command": "bin/tgfont",
|
|
"windows": {
|
|
"command": ".\\bin\\tgfont.cmd"
|
|
},
|
|
"problemMatcher": ["$tsc", "$eslint-stylish"],
|
|
"group": "build",
|
|
"label": "tgui: rebuild tgfont"
|
|
}
|
|
]
|
|
}
|