fixed custom build path

This commit is contained in:
Edwin Eefting
2018-01-15 23:04:40 +01:00
parent 11a94aae25
commit b38edfb672
+3 -2
View File
@@ -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"