We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0fedc5 commit dcb0244Copy full SHA for dcb0244
tests/platformio.sh
@@ -3,13 +3,14 @@
3
cache_dir=$(mktemp -d)
4
5
source "$TRAVIS_BUILD_DIR"/tests/common.sh
6
+set -ex
7
8
function install_platformio()
9
{
10
pip3 install --user -U https://github.com/platformio/platformio/archive/develop.zip
11
platformio platform install "https://github.com/platformio/platform-espressif8266.git"
12
# Overwrite toolchain with this PR's toolset. Probably better way to do this
- ( cd $TRAVIS_BUILD_DIR/tools && python3 get.py )
13
+ ( cd $TRAVIS_BUILD_DIR/tools && python3 get.py -q )
14
mv ~/.platformio/packages/toolchain-xtensa/package.json .save
15
rm -rf ~/.platformio/packages/toolchain-xtensa
16
mv $TRAVIS_BUILD_DIR/tools/xtensa-lx106-elf ~/.platformio/packages/toolchain-xtensa
0 commit comments