|
|
|
@ -13,7 +13,7 @@ inocode: |
|
|
|
- /arduino-nightly/arduino --pref "boardsmanager.additional.urls=${ESPURL}" |
|
|
|
- /arduino-nightly/arduino --install-boards "${INSTBOARD}" |
|
|
|
script: |
|
|
|
- cd "${CI_PROJECT_DIR}" |
|
|
|
- cd "${CI_PROJECT_DIR}/arduino" |
|
|
|
- cp "mqttfastledmenu.example.h" "mqttfastledmenu.h" |
|
|
|
- /arduino-nightly/arduino --install-library "FastLED" |
|
|
|
- /arduino-nightly/arduino --install-library "PubSubClient" |
|
|
|
@ -24,5 +24,5 @@ yaml: |
|
|
|
before_script: |
|
|
|
- pip install "PyYAML" |
|
|
|
script: |
|
|
|
- cd "${CI_PROJECT_DIR}" |
|
|
|
- python -c "from yaml import load, Loader; load(open('ha_configuration.yml'), Loader=Loader)" |
|
|
|
- cd "${CI_PROJECT_DIR}/home-assistant" |
|
|
|
- python -c "from yaml import load, Loader; load(open('ha_configuration.yml'), Loader=Loader)" |