Skip to content

Commit 342a5b1

Browse files
committed
Fix static build test
1 parent d23999a commit 342a5b1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ci/build-in-docker.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,10 @@ run_in_docker() {
118118
"$@"
119119
}
120120

121+
filename_suffix=
122+
if [[ "$USE_STATIC_RUNTIME" != "" ]]; then
123+
filename_suffix="-static"
124+
fi
125+
121126
run_in_docker bash ci/build.sh
122-
run_in_docker bash ci/test.sh linuxdeploy-plugin-qt"$USE_STATIC_RUNTIME"-"$ARCH".AppImage
127+
run_in_docker bash ci/test.sh linuxdeploy-plugin-qt"$filename_suffix"-"$ARCH".AppImage

0 commit comments

Comments
 (0)