1
0
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:
david gauchard
2019-10-01 00:42:46 +02:00
committed by GitHub
parent ffe5476fc4
commit d4757542e4
3 changed files with 31 additions and 18 deletions

View File

@ -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"