Skip to content

Commit

Permalink
Add some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 9, 2023
1 parent 44fb279 commit 6fb63d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Expand Up @@ -74,6 +74,7 @@ networkAccessDir="$OUTPUT_DIR/$QT_NAME/qtbase/src/network/access/"
configOpenssl='-I C:\OpenSSL-Win32\include -L C:\OpenSSL-Win32\lib'
configPlatform='win32-msvc'
}
echo "Configuring Qt for $RUNNER_OS ($configPlatform)"
"$MKDIR" -p "$OUTPUT_DIR/build"
# shellcheck disable=SC2046,SC2086 # We disable globbing, and want splitting.
( set -o noglob && cd "$OUTPUT_DIR/build" && "../$QT_NAME/configure" \
Expand All @@ -92,6 +93,7 @@ networkAccessDir="$OUTPUT_DIR/$QT_NAME/qtbase/src/network/access/"
)

# Build Qt.
echo "Building Qt for $RUNNER_OS"
[[ "${RUNNER_OS:-}" != macOS ]] || make -C "$OUTPUT_DIR/build"
[[ "${RUNNER_OS:-}" != Windows ]] || {
dir "$OUTPUT_DIR/build/"
Expand Down

0 comments on commit 6fb63d7

Please sign in to comment.