We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9486b0d commit 7e6a3abCopy full SHA for 7e6a3ab
utils/webassembly/build-toolchain.sh
@@ -131,3 +131,4 @@ merge_toolchains
131
132
cd $DIST_TOOLCHAIN_DESTDIR
133
tar cfz $PACKAGE_ARTIFACT $TOOLCHAIN_NAME
134
+echo "Toolchain archive created successfully!"
utils/webassembly/ci.sh
@@ -27,6 +27,8 @@ FLAGS="--release $CACHE_FLAGS --verbose"
27
28
$BUILD_SCRIPT $FLAGS
29
30
+echo "Build script completed, will attempt to run test suites..."
31
+
32
if [[ "$(uname)" == "Darwin" ]]; then
33
# workaround: host target test directory is necessary to use run-test
34
mkdir -p $TARGET_BUILD_DIR/swift-macosx-x86_64/test-macosx-x86_64
@@ -46,3 +48,5 @@ else
46
48
# Run test but ignore failure temporarily
47
49
$BUILD_SCRIPT $FLAGS -t || true
50
fi
51
52
+echo "The test suite has finished"
0 commit comments