call configGen in CI script

This commit is contained in:
Wolfgang Hottgenroth 2019-05-17 17:43:53 +02:00
parent 9997a9f715
commit 5cc1dc8d61
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

View File

@ -17,6 +17,7 @@ build:
- sketch.esp8266.esp8266.nodemcu.bin
- sketch.esp8266.esp8266.nodemcu.elf
script:
- cd $CI_PROJECT_DIR/libraries/esp8266boilerplate/ConfigGenerator && ./configGen.sh
- env ARDUINO_SKETCHBOOK_DIR=$CI_PROJECT_DIR arduino-cli compile --fqbn=esp8266:esp8266:nodemcu $CI_PROJECT_DIR/sketch
- cp sketch/sketch.esp8266.esp8266.nodemcu.* .