Add optional download of binaries in build

* #10202 Download and use binaries as part of a build
This commit is contained in:
Magne Sjaastad
2023-05-01 18:44:05 +02:00
committed by GitHub
parent 3c1f0862e4
commit bb0ae9e381
3 changed files with 52 additions and 14 deletions

View File

@@ -198,6 +198,7 @@ jobs:
-D RESINSIGHT_ENABLE_GRPC=${{ matrix.config.build-python-module }}
-D RESINSIGHT_GRPC_PYTHON_EXECUTABLE=${{ steps.python-path.outputs.PYTHON_EXECUTABLE }}
-D RESINSIGHT_GRPC_DOWNLOAD_PYTHON_MODULE=true
-D RESINSIGHT_ENABLE_HDF5=false
-D CMAKE_TOOLCHAIN_FILE=ThirdParty/vcpkg/scripts/buildsystems/vcpkg.cmake
-G Ninja
RESULT_VARIABLE result