Skip to content

Instantly share code, notes, and snippets.

@aciidgh
Created April 21, 2024 14:35
Show Gist options
  • Save aciidgh/ca4925057a437e7f6362eb54a10a7123 to your computer and use it in GitHub Desktop.
Save aciidgh/ca4925057a437e7f6362eb54a10a7123 to your computer and use it in GitHub Desktop.
swift.sublime-build
{
"cmd": ["swift", "build"],
"keyfiles": ["Package.swift"],
"variants": [
{
"name": "release",
"cmd": ["swift", "build", "-c", "release"]
},
{
"name": "test",
"cmd": ["swift", "test", "--parallel"]
}
],
"working_dir": "$folder"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment