authorgravatar for 124872+jedisct1@users.noreply.github.comFrank Denis <124872+jedisct1@users.noreply.github.com> 2021-05-02 02:07:59+02:00
committergravatar for 124872+jedisct1@users.noreply.github.comFrank Denis <124872+jedisct1@users.noreply.github.com> 2021-05-02 02:07:59+02:00
log9a637f81e021cacd8e38be6793a86b01ef735704
tree7380391e8b357fd66d1b8e318f0c62a4ef6f35c9
parent3e389d01ed13374aa3a362dfa505eb00718b318c

Restore the CI logging as before


2 files changed, 2 insertions(+), 18 deletions(-)

ci/azure/linux_script+1-9
...@@ -65,17 +65,9 @@ make $JOBS install...@@ -65,17 +65,9 @@ make $JOBS install
65cmake .. -DZIG_EXECUTABLE="$(pwd)/release/bin/zig"65cmake .. -DZIG_EXECUTABLE="$(pwd)/release/bin/zig"
66make $JOBS install66make $JOBS install
6767
68set +x
69LOG=$(mktemp)
70for step in test-toolchain test-std docs; do68for step in test-toolchain test-std docs; do
71 echo "* Running step: [$step]"69 release/bin/zig build $step -Denable-qemu -Denable-wasmtime
72 if ! release/bin/zig build $step -Denable-qemu -Denable-wasmtime 2>"$LOG" >&2; then
73 cat "$LOG" >&2
74 exit 1
75 fi
76 echo " Done."
77done70done
78set -x
7971
80# Look for HTML errors.72# Look for HTML errors.
81tidy -qe ../zig-cache/langref.html73tidy -qe ../zig-cache/langref.html
ci/azure/macos_script+1-9
...@@ -55,17 +55,9 @@ make $JOBS install...@@ -55,17 +55,9 @@ make $JOBS install
55cmake .. -DZIG_EXECUTABLE="$(pwd)/release/bin/zig" -DZIG_TARGET_MCPU="x86_64_v2"55cmake .. -DZIG_EXECUTABLE="$(pwd)/release/bin/zig" -DZIG_TARGET_MCPU="x86_64_v2"
56make $JOBS install56make $JOBS install
5757
58set +x
59LOG=$(mktemp)
60for step in test-toolchain test-std docs; do58for step in test-toolchain test-std docs; do
61 echo "* Running step: [$step]"59 release/bin/zig build $step
62 if ! release/bin/zig build $step 2>"$LOG" >&2; then
63 cat "$LOG" >&2
64 exit 1
65 fi
66 echo " Done."
67done60done
68set -x
6961
70if [ "${BUILD_REASON}" != "PullRequest" ]; then62if [ "${BUILD_REASON}" != "PullRequest" ]; then
71 mv ../LICENSE release/63 mv ../LICENSE release/