Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sl
Created April 28, 2019 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sl/44e2439230bb3cea449609e4ebb994b5 to your computer and use it in GitHub Desktop.
Save sl/44e2439230bb3cea449609e4ebb994b5 to your computer and use it in GitHub Desktop.
[Swift Complier Environment Configuration] Build Tasks
{
"label": "Ninja Build (Swift)",
"type": "shell",
"command": "ninja",
"args": [
"swift"
],
"options": {
"cwd": "${env:SWIFT_BUILD_DIR}"
},
"group": {
"kind": "build",
"isDefault": true
}
},
{
"label": "Ninja Build (Swift IDE Test)",
"type": "shell",
"command": "ninja",
"args": [
"swift-ide-test"
],
"options": {
"cwd": "${env:SWIFT_BUILD_DIR}"
},
"group": "build"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment