ci: build-all to use cli args instead of envs

This commit is contained in:
Andrej730
2026-09-16 10:16:22 +05:00
parent abeea643af
commit f8541abcb5
4 changed files with 26 additions and 7 deletions
+7 -2
View File
@@ -87,9 +87,14 @@ jobs:
shell: bash
run: |
set -o pipefail
CXXFLAGS="-O3" CFLAGS="-O3" ADD_COMMIT_SHA=1 BUILD_CFG=Release \
CXXFLAGS="-O3" CFLAGS="-O3" \
uv run --with aqtinstall ./nix/build-all.py \
-v --diskcleanup --ifcopenshell-shared 2>&1 \
-v \
--diskcleanup \
--ifcopenshell-shared \
--add-commit-sha \
--build-cfg Release \
2>&1 \
| tee build.log
- name: Upload Build Logs