Skip to content

Commit

Permalink
build task
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Aug 29, 2024
1 parent 82d725f commit 2c208f7
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "swift",
"args": [
"build",
"--build-tests",
"-Xswiftc",
"-diagnostic-style=llvm"
],
"env": {},
"cwd": "/Users/sam/Developer/Projects/ReleaseTools",
"disableTaskQueue": true,
"showBuildStatus": "swiftStatus",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [],
"label": "swift: Build All",
"detail": "swift build --build-tests -Xswiftc -diagnostic-style=llvm"
}
]
}

0 comments on commit 2c208f7

Please sign in to comment.