Travis removed STM32F4

This commit is contained in:
jgromes 2020-04-30 18:51:21 +02:00
parent 59fa831d99
commit 9477789e9b

View file

@ -5,7 +5,6 @@ env:
# see https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc#options # see https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc#options
# and https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification#boardstxt # and https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification#boardstxt
- BOARD="arduino:avr:uno" - BOARD="arduino:avr:uno"
- BOARD="stm32duino:STM32F4:generic_f407v:usb_cfg=usb_serial,upload_method=STLinkMethod"
- BOARD="arduino:avr:mega:cpu=atmega2560" - BOARD="arduino:avr:mega:cpu=atmega2560"
- BOARD="arduino:avr:leonardo" - BOARD="arduino:avr:leonardo"
- BOARD="esp8266:esp8266:generic:xtal=80,ResetMethod=ck,CrystalFreq=26,FlashFreq=40,FlashMode=qio,eesz=512K" - BOARD="esp8266:esp8266:generic:xtal=80,ResetMethod=ck,CrystalFreq=26,FlashFreq=40,FlashMode=qio,eesz=512K"
@ -106,11 +105,6 @@ before_install:
arduino --pref "boardsmanager.additional.urls=http://dan.drown.org/stm32duino/package_STM32duino_index.json" --save-prefs 2>&1; arduino --pref "boardsmanager.additional.urls=http://dan.drown.org/stm32duino/package_STM32duino_index.json" --save-prefs 2>&1;
arduino --install-boards stm32duino:STM32F1; arduino --install-boards stm32duino:STM32F1;
elif [[ "$BOARD" =~ "stm32duino:STM32F4:" ]]; then
export BUILD_EXAMPLES=true;
arduino --pref "boardsmanager.additional.urls=http://dan.drown.org/stm32duino/package_STM32duino_index.json" --save-prefs 2>&1;
arduino --install-boards stm32duino:STM32F4;
fi fi
# check if this release commit (or forced build) and if so, build for every board # check if this release commit (or forced build) and if so, build for every board