diff --git a/.appveyor.yml b/.appveyor.yml index 3c6f691ddc..376070813d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,4 +17,4 @@ build_script: cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_BUILD_TYPE=Release -DRESINSIGHT_BUILD_WITH_QT5=true -DRESINSIGHT_ENABLE_COTIRE=on "-DCMAKE_PREFIX_PATH=%QT5%" .. - cmake --build . --target ResInsight_unity \ No newline at end of file + cmake --build . --target ResInsight_unity --config Release \ No newline at end of file