Skip to content

Commit 7e6a3ab

Browse files
committed
Add more log messages to build scripts
1 parent 9486b0d commit 7e6a3ab

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

utils/webassembly/build-toolchain.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,4 @@ merge_toolchains
131131

132132
cd $DIST_TOOLCHAIN_DESTDIR
133133
tar cfz $PACKAGE_ARTIFACT $TOOLCHAIN_NAME
134+
echo "Toolchain archive created successfully!"

utils/webassembly/ci.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ FLAGS="--release $CACHE_FLAGS --verbose"
2727

2828
$BUILD_SCRIPT $FLAGS
2929

30+
echo "Build script completed, will attempt to run test suites..."
31+
3032
if [[ "$(uname)" == "Darwin" ]]; then
3133
# workaround: host target test directory is necessary to use run-test
3234
mkdir -p $TARGET_BUILD_DIR/swift-macosx-x86_64/test-macosx-x86_64
@@ -46,3 +48,5 @@ else
4648
# Run test but ignore failure temporarily
4749
$BUILD_SCRIPT $FLAGS -t || true
4850
fi
51+
52+
echo "The test suite has finished"

0 commit comments

Comments
 (0)