mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-03-13 10:10:27 +08:00
23 lines
674 B
YAML
23 lines
674 B
YAML
# cmd: "cd {PROJECT_PATH}; platformio"
|
|
cmd: "platformio"
|
|
name: "Build with error highlighting (dev_ESP8266_4096)"
|
|
args:
|
|
- run --environment dev_ESP8266_4096
|
|
sh: true
|
|
cwd: "{PROJECT_PATH}"
|
|
# env:
|
|
# VARIABLE1: "VALUE1"
|
|
# VARIABLE2: "VALUE2"
|
|
errorMatch:
|
|
- "(?<file>[\\/0-9a-zA-Z\\._]+):(?<line>\\d+):(?<col>\\d+):\\s+error:\\s+(?<message>.+)"
|
|
|
|
warningMatch:
|
|
- "(?<file>[\\/0-9a-zA-Z\\._]+):(?<line>\\d+):(?<col>\\d+):\\s+warning:\\s+(?<message>.+)"
|
|
# keymap: <keymap string>
|
|
# atomCommandName: namespace:command
|
|
# targets:
|
|
# extraTargetName:
|
|
# cmd: "<command to execute>"
|
|
# args:
|
|
# # (any previous options are viable here except `targets` itself)
|