Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit a684a59

Browse files
committed
Added some more diagnostics for failed 'travis' builds
1 parent b2ca2e9 commit a684a59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before_install:
2525
- |
2626
if [[ $TRAVIS_OS_NAME == linux ]]; then
2727
tar xf "$ARDUINO_SDK_FILE" -C arduino-sdk --strip-components 1
28-
export ARDUINO_SDK_PATH="$(pwd)/arduino-sdk"
28+
export ARDUINO_SDK_PATH="$PWD/arduino-sdk"
2929
else
3030
unzip "$ARDUINO_SDK_FILE" "Arduino.app/Contents/Java/*" -d arduino-sdk
3131
export ARDUINO_SDK_PATH="$(pwd)/arduino-sdk/Arduino.app/Contents/Java"
@@ -38,4 +38,5 @@ script:
3838
- cmake -D CMAKE_TOOLCHAIN_FILE="../cmake/Arduino-Toolchain.cmake" ../examples
3939
- make
4040
after_failure:
41+
- ls -lR $ARDUNIO_SDK_PATH
4142
- cat CMakeFiles/CMakeOutput.log

0 commit comments

Comments
 (0)