ci: build Linux release package
Some checks failed
Build Linux Release / build-linux (push) Has been cancelled

This commit is contained in:
luochen570
2026-05-29 22:51:24 +08:00
parent be4446c990
commit 8c9a92f2cb
4 changed files with 169 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ fi
if [[ ! -x "$ENV_DIR/bin/cmake" || ! -x "$ENV_DIR/bin/ninja" || ! -x "$ENV_DIR/bin/clang++" ]]; then
echo "[setup] 在项目目录内创建 Linux 二进制构建环境..."
"$MICROMAMBA_BIN" create -y -p "$ENV_DIR" -c conda-forge \
cmake make clangxx qt-main opencv pkg-config
cmake ninja make clangxx qt-main opencv pkg-config patchelf
fi
# README 中约定的路径,使用软链接指向隔离环境,便于 CMake 查找。