Skip to content

Commit

Permalink
ci,linux: exit early if CMakeError.log exists
Browse files Browse the repository at this point in the history
No sense in continuing. All errors from here-on may be misleading.

Signed-off-by: Alexandru Ardelean <[email protected]>
  • Loading branch information
commodo committed Dec 15, 2020
1 parent 3d30d0e commit 9205cea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CI/travis/make_linux
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ handle_default() {
if [ -f CMakeFiles/CMakeError.log ] ; then
echo "### CMakeError.log"
cat CMakeFiles/CMakeError.log
exit 1
fi

echo "### make"
Expand Down

0 comments on commit 9205cea

Please sign in to comment.