mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Install @PlatformIO Core to user's space
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user