update linux.
Some checks failed
Build Applications / PullDocker (push) Successful in 4s
Windows CI / build (push) Failing after 4s
Build Applications / Build (push) Has been cancelled
Deploy Release / Build (push) Successful in 2m17s
Release tag / build (push) Failing after 5s

This commit is contained in:
amass 2024-11-05 21:07:15 +08:00
parent 4f9919a931
commit e9ec8ece00

View File

@ -1,11 +1,12 @@
#!/bin/bash
base_path=$(pwd)
if [ $base_path == /home/* ]; then
build_path=${base_path}/build
else
if [[ $base_path =~ ^/mnt/ ]]; then
build_path=/tmp/build
else
build_path=${base_path}/build
fi
echo "build path: $build_path"
qt_prefix_path="/opt/Qt/6.8.0/gcc_64"
debug_deploy=false