Move build dir to the disk root (should fix issue with long path for Zephyr RTOS on WIndows)

This commit is contained in:
Ivan Kravets
2020-08-26 14:51:01 +03:00
parent 1560fb724c
commit 3c91e3c1e1

View File

@ -49,6 +49,7 @@ jobs:
if: startsWith(matrix.os, 'windows')
env:
PLATFORMIO_CORE_DIR: C:/pio
PLATFORMIO_WORKSPACE_DIR: C:/pio-workspace/$PROJECT_HASH
PIO_INSTALL_DEVPLATFORMS_IGNORE: "ststm8,infineonxmc,riscv_gap"
run: |
tox -e testexamples