From ba45d3926f4761f6ea4d7d95a6dfffb575e8f61c Mon Sep 17 00:00:00 2001 From: Thomas Kunze Date: Wed, 12 Jun 2019 19:34:50 +0200 Subject: [PATCH] . --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cac8f40..b8b027d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ before_install: - if [ "$MODE" = "ARDUINO" ]; then downloadArduinoLib FlashStorage "https://github.com/thelsing/FlashStorage/archive/master.zip"; fi - if [ "$MODE" = "ARDUINO" ]; then downloadArduinoLib BSEC "https://github.com/BoschSensortec/BSEC-Arduino-library/archive/master.zip"; fi - if [ "$MODE" = "ARDUINO" ]; then sed -i s#compiler.warning_level=all#compiler.warning_level=default ~/.arduino15/preferences.txt; fi - # - if [ "$MODE" = "ARDUINO" ]; then sed -i s#compiler.warning_level=all#compiler.warning_level=default ~/.arduino15/preferences.txt; fi + - if [ "$MODE" = "ARDUINO" ]; then sed -ri 's#^recipe.c.combine.pattern=([^$]*)\{archive_file\}" -Wl,--end-group#recipe.c.combine.pattern=\1\{archive_file\}" {compiler.libraries.ldflags} -Wl,--end-group#' ~/.arduino15/packages/arduino/hardware/samd/1.6.21/platform.txt; fi # the HDC100X lib is not properly set up in githup so move things around a bit - if [ "$MODE" = "ARDUINO" ]; then rm -rf $HOME/arduino_ide/libraries/HDC100X_Arduino_Library-master; fi