enable debug

This commit is contained in:
2019-04-30 14:15:06 +02:00
parent 76bc63dbe7
commit e20a312022

View File

@ -11,7 +11,7 @@ build:
variables:
GIT_SUBMODULE_STRATEGY: recursive
script:
- env ARDUINO_SKETCHBOOK_DIR=$CI_PROJECT_DIR arduino-cli compile --fqbn=esp8266:esp8266:nodemcu $CI_PROJECT_DIR/sketch
- env ARDUINO_SKETCHBOOK_DIR=$CI_PROJECT_DIR arduino-cli compile --debug --fqbn=esp8266:esp8266:nodemcu $CI_PROJECT_DIR/sketch