chore: build and publish canary windows builds (#6834)

Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
dave caruso
2023-11-02 22:40:00 -07:00
committed by GitHub
parent 2a405f691e
commit 4403c40755
58 changed files with 2099 additions and 2880 deletions

29
.vscode/tasks.json vendored
View File

@@ -2,33 +2,10 @@
"version": "2.0.0",
"tasks": [
{
"label": "build",
"label": "Rebuild Debug",
"command": "ninja",
"args": ["-Cbuild"],
"type": "process",
"command": "zig",
"args": ["build"],
"presentation": {
"echo": true,
"reveal": "silent",
"focus": false,
"panel": "shared",
"showReuseMessage": false,
"clear": false
},
"group": {
"kind": "build",
"isDefault": true
}
},
{
"label": "run",
"type": "process",
"command": "zig",
"args": ["run", "${file}"],
"group": "build",
"presentation": {
"showReuseMessage": false,
"clear": true
}
}
]
}