diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8164377..73ad879 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ before_script: - arduino --install-library "Adafruit BME680 Library" || true - arduino --install-library "Adafruit Unified Sensor" || true - arduino --install-library "DHT sensor library" || true + - arduino --install-library "BSEC Software Library" || true - arduino --board esp8266:esp8266:generic --save-prefs - arduino --pref "compiler.warning_level=all" --save-prefs diff --git a/Readme.md b/Readme.md index 678f0ff..7eab824 100644 --- a/Readme.md +++ b/Readme.md @@ -44,3 +44,4 @@ Quick cmdline to install deps: arduino --install-library "Adafruit BME680 Library" arduino --install-library "Adafruit Unified Sensor" arduino --install-library "DHT sensor library" + arduino --install-library "BSEC Software Library" # Then you have to follow the instruction in the README.md in the BSEC install folder