Skip to content

Commit

Permalink
Output cmake log
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarex committed Oct 4, 2016
1 parent b72013d commit 6d83bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ install:
- mkdir build && pushd build
- export CC=${CCOMPILER} CXX=${CXXCOMPILER}
- cmake .. -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DBUILD_SHARED_LIBS=${BUILD_SHARED_LIBS:-OFF} -DENABLE_COVERAGE=${ENABLE_COVERAGE:-OFF} -DENABLE_SANITIZER=${ENABLE_SANITIZER:-OFF} -DBUILD_TOOLS=ON -DBUILD_COMPONENTS=ON -DENABLE_CCACHE=ON
- cat /home/travis/build/Project-OSRM/osrm-backend/build/CMakeFiles/CMakeError.log
- echo "travis_fold:start:MAKE"
- make osrm-extract --jobs=3
- make --jobs=${JOBS}
Expand Down

0 comments on commit 6d83bb3

Please sign in to comment.