mirror of
https://github.com/platformio/platform-windows_x86.git
synced 2025-09-04 17:00:05 +00:00
Symlink dev-platform
This commit is contained in:
@@ -8,7 +8,7 @@ env:
|
||||
|
||||
install:
|
||||
- pip install -U https://github.com/platformio/platformio/archive/develop.zip
|
||||
- platformio platform install file://.
|
||||
- pio pkg install --global --platform symlink://.
|
||||
|
||||
script:
|
||||
- platformio run -d $PLATFORMIO_PROJECT_DIR
|
||||
|
@@ -8,7 +8,7 @@ install:
|
||||
- cmd: git submodule update --init --recursive
|
||||
- cmd: SET PATH=C:\Python36\Scripts;%PATH%;C:\MinGW\bin
|
||||
- cmd: pip3 install -U https://github.com/platformio/platformio/archive/develop.zip
|
||||
- cmd: platformio platform install file://.
|
||||
- cmd: pio pkg install --global --platform symlink://.
|
||||
|
||||
test_script:
|
||||
- cmd: platformio run -d %PLATFORMIO_PROJECT_DIR%
|
||||
|
Reference in New Issue
Block a user