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

Commit 5a1bd55

Browse files
committed
Fixed CMake's run path in 'travis' config file.
1 parent 62b7f06 commit 5a1bd55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install:
3636
- rm -rf build/*
3737
- cd build/
3838
script:
39-
- cmake -D CMAKE_TOOLCHAIN_FILE="../cmake/Arduino-Toolchain.cmake" ..
39+
- cmake -D CMAKE_TOOLCHAIN_FILE="../cmake/Arduino-Toolchain.cmake" ../examples
4040
- make
41-
after_script:
41+
after_success:
4242
- cat CMakeFiles/CMakeOutput.log

0 commit comments

Comments
 (0)