Browse Source

Small fix in travis script

tempestpy_adaptions
Matthias Volk 8 years ago
parent
commit
f2492c9e97
  1. 2
      travis/build-helper.sh

2
travis/build-helper.sh

@ -22,9 +22,9 @@ run() {
cd build cd build
cmake .. "${CMAKE_ARGS[@]}" cmake .. "${CMAKE_ARGS[@]}"
echo echo
echo "Content of CMakeFiles/CMakeError.log:"
if [ -f "CMakeFiles/CMakeError.log" ] if [ -f "CMakeFiles/CMakeError.log" ]
then then
echo "Content of CMakeFiles/CMakeError.log:"
cat CMakeFiles/CMakeError.log cat CMakeFiles/CMakeError.log
fi fi
echo echo

Loading…
Cancel
Save