Skip to content

Commit 1a54052

Browse files
committed
Add titles to build.sh
1 parent 610584d commit 1a54052

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ fi
4040

4141
mkdir -p logs
4242

43+
printf "\n=> Building godot-%s\n" "fedora"
4344
"$podman" build -t godot-fedora:${img_version} -f Dockerfile.base . 2>&1 | tee logs/base.log
4445

4546
podman_build() {
47+
printf "\n=> Building godot-%s\n" "$1"
4648
# You can add --no-cache as an option to podman_build below to rebuild all containers from scratch.
4749
"$podman" build \
4850
--build-arg img_version=${img_version} \
@@ -71,6 +73,7 @@ if [ ! -e "${files_root}"/MacOSX${OSX_SDK}.sdk.tar.xz ] || [ ! -e "${files_root}
7173

7274
echo "Building OSX and iOS SDK packages. This will take a while"
7375
podman_build xcode
76+
printf "\n=> Running godot-%s\n" "xcode"
7477
"$podman" run -it --rm \
7578
-v "${files_root}":/root/files:z \
7679
-e XCODE_SDKV="${XCODE_SDK}" \

0 commit comments

Comments
 (0)