mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
build_pyodide - display logs in github action output
This commit is contained in:
@@ -53,7 +53,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: build-logs-pyodide
|
name: build-logs-pyodide
|
||||||
path: |
|
path: |
|
||||||
packages/ifcopenshell/build.log
|
|
||||||
ifcopenshell_build/*/*/logs/*.log
|
ifcopenshell_build/*/*/logs/*.log
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|
||||||
|
|||||||
@@ -12,4 +12,6 @@ export PATH=$PYODIDE_ROOT/emsdk/emsdk:$PYODIDE_ROOT/emsdk/emsdk/node/22.16.0_64b
|
|||||||
# Use custom build ifcopenshell directory in build-all to make caching simpler
|
# Use custom build ifcopenshell directory in build-all to make caching simpler
|
||||||
# Otherwise pyodide build path typically includes package version, so cached cmake configs might break.
|
# Otherwise pyodide build path typically includes package version, so cached cmake configs might break.
|
||||||
export BUILD_DIR=/src/ifcopenshell_build
|
export BUILD_DIR=/src/ifcopenshell_build
|
||||||
|
# Use build-recipes-no-deps first, so logs would be printed to stdout.
|
||||||
|
pyodide build-recipes-no-deps ifcopenshell
|
||||||
pyodide build-recipes ifcopenshell --install
|
pyodide build-recipes ifcopenshell --install
|
||||||
|
|||||||
Reference in New Issue
Block a user