mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Test precompiled headers on AppVeyor
This commit is contained in:
parent
6db2da7561
commit
15d2e7fd11
@ -14,6 +14,6 @@ build_script:
|
|||||||
|
|
||||||
if exist "%QT5%" set Path=%QT5%\bin;%Path%
|
if exist "%QT5%" set Path=%QT5%\bin;%Path%
|
||||||
|
|
||||||
cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_BUILD_TYPE=Release -DRESINSIGHT_ENABLE_UNITY_BUILD=on "-DCMAKE_PREFIX_PATH=%QT5%" ..
|
cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_BUILD_TYPE=Release -DRESINSIGHT_ENABLE_UNITY_BUILD=on -DRESINSIGHT_ENABLE_PRECOMPILED_HEADERS=on "-DCMAKE_PREFIX_PATH=%QT5%" ..
|
||||||
|
|
||||||
cmake --build . --target ResInsight --config Release
|
cmake --build . --target ResInsight --config Release
|
Loading…
Reference in New Issue
Block a user