225 lines
7.7 KiB
JSON
225 lines
7.7 KiB
JSON
|
{
|
||
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||
|
// for the documentation about the tasks.json format
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "build day 01",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day01"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 02",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day02"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 03",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day03"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 04",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day04"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 05",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day05"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 06",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day06"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 07",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day07"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 08",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day08"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 09",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day09"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 10",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day10"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 11",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day11"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 12",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day12"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 13",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day13"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 14",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day14"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 15",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day15"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 16",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day16"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 17",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day17"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 18",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day18"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 19",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day19"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 20",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day20"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 21",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day21"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 22",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day22"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 23",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day23"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 24",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day24"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "build day 25",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "install_day25"], // add -Drelease-safe=true or -Drelease-fast=true to optimize
|
||
|
"problemMatcher": [],
|
||
|
"group": "build",
|
||
|
},
|
||
|
{
|
||
|
"label": "test",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["build", "test"],
|
||
|
"problemMatcher": [],
|
||
|
"group": {
|
||
|
"kind": "test",
|
||
|
"isDefault": true
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"label": "format",
|
||
|
"type": "shell",
|
||
|
"command": "zig",
|
||
|
"args": ["fmt", "${file}"],
|
||
|
"problemMatcher": [],
|
||
|
},
|
||
|
]
|
||
|
}
|