gha : Enable RESINSIGHT_ENABLE_UNITY_BUILD

The text arguments to the linker are now too largre causing MSVC to fail and exit. Use  Unity build to reduce the number of files.
This commit is contained in:
Magne Sjaastad 2020-08-06 08:45:59 +02:00
parent 6a8fdd9582
commit 7d45ab4f41

View File

@ -153,6 +153,7 @@ jobs:
-D CMAKE_BUILD_TYPE=$ENV{BUILD_TYPE}
-D CMAKE_INSTALL_PREFIX=cmakebuild/install
-D GSL_ENABLE=true
-D RESINSIGHT_ENABLE_UNITY_BUILD=true
-D RESINSIGHT_INCLUDE_APPLICATION_UNIT_TESTS=true
-D RESINSIGHT_TREAT_WARNINGS_AS_ERRORS=true
-D RESINSIGHT_ENABLE_GRPC=true