|
|
|
@ -5,6 +5,7 @@ inocode: |
|
|
|
MEMORY: "custom_FlashSize=nodemcuv2_4M3M" |
|
|
|
INSTBOARD: "esp8266:esp8266" |
|
|
|
BOARD: "${INSTBOARD}:nodemcuv2" |
|
|
|
GITREMDEB: "https://github.com/JoaoLopesF/ESP8266-RemoteDebug-Telnet.git" |
|
|
|
before_script: |
|
|
|
- cd / |
|
|
|
- wget --quiet "https://www.arduino.cc/download.php?f=/arduino-nightly-linux64.tar.xz" -O "arduino-nightly-linux64.tar.xz" |
|
|
|
@ -19,8 +20,8 @@ inocode: |
|
|
|
- cp "${CI_PROJECT_NAME}.example.h" "${CI_PROJECT_NAME}.h" |
|
|
|
- /arduino-nightly/arduino --install-library "FastLED" |
|
|
|
- /arduino-nightly/arduino --install-library "PubSubClient" |
|
|
|
- cd ~/Arduino |
|
|
|
- git clone "https://github.com/JoaoLopesF/ESP8266-RemoteDebug-Telnet.git" |
|
|
|
- cd "~/Arduino/libraries/" |
|
|
|
- git clone "${GITREMDEB}" |
|
|
|
- /arduino-nightly/arduino --verify "${CI_PROJECT_NAME}.ino" |
|
|
|
|
|
|
|
yaml: |
|
|
|
|