[Travis] Fixed wrong URL for STM32
This commit is contained in:
parent
e070029f44
commit
7cbb248ee6
1 changed files with 1 additions and 2 deletions
|
@ -47,11 +47,10 @@ before_install:
|
||||||
arduino --install-boards esp32:esp32;
|
arduino --install-boards esp32:esp32;
|
||||||
elif [[ "$BOARD" =~ "STM32:stm32:" ]]; then
|
elif [[ "$BOARD" =~ "STM32:stm32:" ]]; then
|
||||||
export BUILD_EXAMPLES=false;
|
export BUILD_EXAMPLES=false;
|
||||||
arduino --pref "boardsmanager.additional.urls=https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json" --save-prefs 2>&1;
|
arduino --pref "boardsmanager.additional.urls=https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json" --save-prefs 2>&1;
|
||||||
arduino --install-boards STM32:stm32;
|
arduino --install-boards STM32:stm32;
|
||||||
elif [[ "$BOARD" =~ "arduino:samd:" ]]; then
|
elif [[ "$BOARD" =~ "arduino:samd:" ]]; then
|
||||||
export BUILD_EXAMPLES=false;
|
export BUILD_EXAMPLES=false;
|
||||||
arduino --pref "boardsmanager.additional.urls=https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json" --save-prefs 2>&1;
|
|
||||||
arduino --install-boards arduino:samd;
|
arduino --install-boards arduino:samd;
|
||||||
elif [[ "$BOARD" =~ "arduino:sam:" ]]; then
|
elif [[ "$BOARD" =~ "arduino:sam:" ]]; then
|
||||||
export BUILD_EXAMPLES=false;
|
export BUILD_EXAMPLES=false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue