1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-25 20:02:37 +03:00

Install @PlatformIO Core to user's space

This commit is contained in:
Ivan Kravets 2017-09-12 20:02:30 +03:00 committed by GitHub
parent 438dae64c7
commit 83dd960fe5

View File

@ -125,7 +125,7 @@ function build_package()
function install_platformio()
{
pip install -U https://github.com/platformio/platformio/archive/develop.zip
pip install --user -U https://github.com/platformio/platformio/archive/develop.zip
platformio platform install https://github.com/platformio/platform-espressif8266.git#feature/stage
sed -i 's/https:\/\/github\.com\/esp8266\/Arduino\.git/*/' ~/.platformio/platforms/espressif8266_stage/platform.json
ln -s $TRAVIS_BUILD_DIR ~/.platformio/packages/framework-arduinoespressif8266