Last active
December 16, 2015 20:09
-
-
Save lukehoban/a1be5f6469b7db75962c to your computer and use it in GitHub Desktop.
Tasks.json for Delve
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.1.0", | |
"command": "make", | |
"isShellCommand": true, | |
"showOutput": "silent", | |
"args": ["install"], | |
"osx": { | |
"options": { | |
"env": { | |
"CERT": "dlv-cert" | |
} | |
} | |
}, | |
"tasks": [ | |
{ | |
"taskName": "install", | |
"isBuildCommand": true | |
}, | |
{ | |
"taskName": "test", | |
"isTestCommand": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment