mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
build_rocky: test build with just Python 3.13 and ifcopenshell-shared
This commit is contained in:
@@ -78,9 +78,9 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
CXXFLAGS="-O3" CFLAGS="-O3" ADD_COMMIT_SHA=1 BUILD_CFG=Release BUILD_BONSAIVIEWER=ON \
|
IFCOS_SCHEMAS="2x3;4;4x3_add2" CXXFLAGS="-O3" CFLAGS="-O3" ADD_COMMIT_SHA=1 BUILD_CFG=Release BUILD_BONSAIVIEWER=ON \
|
||||||
uv run --with aqtinstall ./nix/build-all.py \
|
uv run --with aqtinstall ./nix/build-all.py \
|
||||||
-v --diskcleanup --shared 2>&1 \
|
-v --diskcleanup --ifcopenshell-shared --py-313 2>&1 \
|
||||||
| tee build.log
|
| tee build.log
|
||||||
|
|
||||||
- name: Upload Build Logs
|
- name: Upload Build Logs
|
||||||
|
|||||||
Reference in New Issue
Block a user