We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8606dc3 commit 6eb3a32Copy full SHA for 6eb3a32
.travis.yml
@@ -12,7 +12,7 @@ install:
12
- pip install -U platformio
13
- platformio lib install 561 562
14
script:
15
-- platformio ci --verbose --keep-build-dir --lib="." --board=nodemcuv2
+- platformio ci --build-dir="./build/" --keep-build-dir --lib="." --board=nodemcuv2
16
- ls -altr
17
- find . -name firmware.elf
18
0 commit comments