mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-29 05:21:37 +03:00
use arduino IDE stable in CI (#6572)
* fix CI by using a stable arduino/builder version * get rid of --allow-unauthenticated issue
This commit is contained in:
@ -84,6 +84,8 @@ done
|
||||
cp tests/platformio.sh tests/platformio-custom.sh
|
||||
sed -i 's,pip ,pip2 ,g' tests/platformio-custom.sh
|
||||
|
||||
git submodule update --init
|
||||
|
||||
export HOME="${TMPCI}"
|
||||
export TRAVIS_BUILD_DIR="${TMPCI}"
|
||||
export BUILD_TYPE="$BUILD_TYPE"
|
||||
|
Reference in New Issue
Block a user