mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
ci: build-all to use cli args instead of envs
This commit is contained in:
@@ -103,9 +103,15 @@ jobs:
|
|||||||
# in as a literal string, so `@rpath/ifcopenshell.document.rdb
|
# in as a literal string, so `@rpath/ifcopenshell.document.rdb
|
||||||
# .dylib` failed to resolve at import time. ifcwrap now sets
|
# .dylib` failed to resolve at import time. ifcwrap now sets
|
||||||
# INSTALL_RPATH to "@loader_path" on Apple.
|
# INSTALL_RPATH to "@loader_path" on Apple.
|
||||||
CXXFLAGS="-O3" CFLAGS="-O3 ${DARWIN_C_SOURCE}" ADD_COMMIT_SHA=1 BUILD_CFG=Release \
|
CXXFLAGS="-O3" CFLAGS="-O3 ${DARWIN_C_SOURCE}" \
|
||||||
QT_DIR="${QT_DIR}" \
|
QT_DIR="${QT_DIR}" \
|
||||||
uv run ./nix/build-all.py -v --diskcleanup --ifcopenshell-shared ${MAC_INTEL} \
|
uv run ./nix/build-all.py \
|
||||||
|
-v \
|
||||||
|
--diskcleanup \
|
||||||
|
--ifcopenshell-shared \
|
||||||
|
--add-commit-sha \
|
||||||
|
--build-cfg Release \
|
||||||
|
${MAC_INTEL} \
|
||||||
| tee build.log
|
| tee build.log
|
||||||
|
|
||||||
- name: Upload Build Logs
|
- name: Upload Build Logs
|
||||||
|
|||||||
@@ -75,9 +75,14 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -o pipefail
|
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 \
|
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
|
| tee build.log
|
||||||
|
|
||||||
- name: Upload Build Logs
|
- name: Upload Build Logs
|
||||||
|
|||||||
@@ -87,9 +87,14 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -o pipefail
|
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 \
|
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
|
| tee build.log
|
||||||
|
|
||||||
- name: Upload Build Logs
|
- name: Upload Build Logs
|
||||||
|
|||||||
+4
-1
@@ -9,7 +9,10 @@ source:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
script: |
|
script: |
|
||||||
BUILD_CFG=Release python nix/build-all.py -v --wasm
|
python nix/build-all.py \
|
||||||
|
-v \
|
||||||
|
--wasm \
|
||||||
|
--build-cfg Release
|
||||||
|
|
||||||
about:
|
about:
|
||||||
home: http://ifcopenshell.org
|
home: http://ifcopenshell.org
|
||||||
|
|||||||
Reference in New Issue
Block a user