Skip to content

Commit

Permalink
fixed custom build path
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Jan 15, 2018
1 parent 11a94aa commit b38edfb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .atom-build.yml
@@ -1,9 +1,10 @@
# cmd: "cd {PROJECT_PATH}; platformio"
cmd: "platformio"
name: "Build with error highlighting (dev_ESP8266_4096)"
args:
- run --environment dev_ESP8266_4096
sh: true,
cwd: .
sh: true
cwd: "{PROJECT_PATH}"
# env:
# VARIABLE1: "VALUE1"
# VARIABLE2: "VALUE2"
Expand Down

0 comments on commit b38edfb

Please sign in to comment.