Created
January 26, 2016 12:54
-
-
Save rymawby/583d71f38bdcda1fe36e to your computer and use it in GitHub Desktop.
Building a Brightscript project using atom build
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
{ | |
"cmd": "make install", | |
"name": "Roku Build", | |
"sh": true, | |
"cwd": "{PROJECT_PATH}", | |
"env": { | |
"ROKU_DEV_TARGET": "192.168.2.30" | |
}, | |
"errorMatch": [ | |
"^regexp1$", | |
"Install Failure:" | |
], | |
"keymap": "CMD+B", | |
"targets": { | |
"Roku Test": { | |
"cmd": "make install test=true" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment