Skip to content

Instantly share code, notes, and snippets.

@rymawby
Created January 26, 2016 12:54
Show Gist options
  • Save rymawby/583d71f38bdcda1fe36e to your computer and use it in GitHub Desktop.
Save rymawby/583d71f38bdcda1fe36e to your computer and use it in GitHub Desktop.
Building a Brightscript project using atom build
{
"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