Github actions nproc

This commit is contained in:
Thomas Krijnen
2021-03-08 15:20:59 +01:00
committed by GitHub
parent 28d168b96c
commit 059c405652
+2 -2
View File
@@ -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