Skip to content

Commit

Permalink
Trying to use /tmp as build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
squix78 committed May 26, 2016
1 parent c1fb8f8 commit 0f5190b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ install:
- pip install -U platformio
- platformio lib install 561 562
script:
- platformio ci --build-dir="/home/travis/build" --keep-build-dir --lib="." --board=nodemcuv2
- ls -altr
- find /home/travis/build -name firmware.elf
- mkdir /tmp/build
- ls -altr /tmp
- platformio ci --build-dir="/tmp/build" --keep-build-dir --lib="." --board=nodemcuv2
- ls -altr /tmp
- find /tmp/build -name firmware.elf

deploy:
skip_cleanup: true
Expand Down

0 comments on commit 0f5190b

Please sign in to comment.