Some minor changes within the build script

canary
WolverinDEV 2020-08-20 23:43:35 +02:00
parent 145e32f958
commit ca74e428a1
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ stages:
jobs:
include:
- stage: compile
script: "./scripts/travis/build.sh --enable-release --enable-debug --verbose || travis_terminate 1;"
script: "./scripts/travis/build.sh --enable-release --enable-debug || travis_terminate 1;"
deploy:
- provider: script

View File

@ -118,7 +118,7 @@ function handle_failure() {
echo "Error message: ${*:2}"
if [[ ${build_verbose} -eq 0 ]] && [[ "$error" != "" ]]; then
echo "Command log : (lookup \"${LOG_FILE}\" for detailed output!)"
echo "$error" | grep -E '^[^(/\S*/libstdc++.so\S*: no version information available)].*'
echo "$error"
fi
echo "--------------------------- [ERROR] ---------------------------"
exit 1