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 d23999a commit 342a5b1Copy full SHA for 342a5b1
ci/build-in-docker.sh
@@ -118,5 +118,10 @@ run_in_docker() {
118
"$@"
119
}
120
121
+filename_suffix=
122
+if [[ "$USE_STATIC_RUNTIME" != "" ]]; then
123
+ filename_suffix="-static"
124
+fi
125
+
126
run_in_docker bash ci/build.sh
-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