1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-21 21:22:31 +03:00

Merge pull request #3599 from esp8266/ivankravets-patch-1

Install @PlatformIO Core to user's space
This commit is contained in:
Ivan Kravets
2017-09-12 20:46:41 +03:00
committed by GitHub

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