mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
Github actions nproc
This commit is contained in:
@@ -46,7 +46,7 @@ jobs:
|
|||||||
-DLIBXML2_INCLUDE_DIR=/usr/include/libxml2 \
|
-DLIBXML2_INCLUDE_DIR=/usr/include/libxml2 \
|
||||||
-DLIBXML2_LIBRARIES=/usr/lib/x86_64-linux-gnu/libxml2.so \
|
-DLIBXML2_LIBRARIES=/usr/lib/x86_64-linux-gnu/libxml2.so \
|
||||||
../cmake
|
../cmake
|
||||||
make -j10
|
make -j`nproc`
|
||||||
make install
|
make install
|
||||||
-
|
-
|
||||||
name: Package
|
name: Package
|
||||||
@@ -98,4 +98,4 @@ jobs:
|
|||||||
repository: IfcOpenShell/ifcopenshell
|
repository: IfcOpenShell/ifcopenshell
|
||||||
tags: ghcr.io/IfcOpenShell/ifcopenshell:latest
|
tags: ghcr.io/IfcOpenShell/ifcopenshell:latest
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
Reference in New Issue
Block a user