diff options
Diffstat (limited to 'ci/run-windows-build.sh')
-rwxr-xr-x | ci/run-windows-build.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/run-windows-build.sh b/ci/run-windows-build.sh index 8757b3a..8699926 100755 --- a/ci/run-windows-build.sh +++ b/ci/run-windows-build.sh @@ -69,6 +69,10 @@ esac echo "Visual Studio Team Services Build #${BUILD_ID}" +# Tracing execued commands would produce too much noise in the waiting +# loop below. +set +x + # Wait until build job finished STATUS= RESULT= @@ -90,6 +94,7 @@ done # Print log echo "" echo "" +set -x gfwci "action=log&buildId=$BUILD_ID" | cut -c 30- # Set exit code for TravisCI |