2024-11-19 18:20:14 -05:00
|
|
|
{
|
|
|
|
"tempDir": true,
|
|
|
|
"steps": [{
|
2024-11-22 14:26:38 -05:00
|
|
|
"args": "run -A setup.js",
|
|
|
|
"output": "[WILDCARD]"
|
|
|
|
}, {
|
2024-11-19 18:20:14 -05:00
|
|
|
"if": "unix",
|
2024-11-22 14:26:38 -05:00
|
|
|
"args": "compile --allow-read=data --include data --output main main.ts",
|
2024-11-19 18:20:14 -05:00
|
|
|
"output": "[WILDCARD]"
|
|
|
|
}, {
|
|
|
|
"if": "unix",
|
|
|
|
"commandName": "./main",
|
|
|
|
"args": [],
|
2024-11-22 14:26:38 -05:00
|
|
|
"output": "[WILDCARD]",
|
2024-11-19 18:20:14 -05:00
|
|
|
"exitCode": 0
|
|
|
|
}, {
|
|
|
|
"if": "windows",
|
2024-11-22 14:26:38 -05:00
|
|
|
"args": "compile --allow-read=data --include data --output main.exe main.ts",
|
2024-11-19 18:20:14 -05:00
|
|
|
"output": "[WILDCARD]"
|
|
|
|
}, {
|
|
|
|
"if": "windows",
|
|
|
|
"commandName": "./main.exe",
|
|
|
|
"args": [],
|
2024-11-22 14:26:38 -05:00
|
|
|
"output": "[WILDCARD]",
|
2024-11-19 18:20:14 -05:00
|
|
|
"exitCode": 0
|
|
|
|
}]
|
|
|
|
}
|