Browse Source

Small fix in travis script

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

2
travis/build-helper.sh

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

Loading…
Cancel
Save