From 6cac800a32730a9aafc491651db62591ac3a3bdc Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 29 Aug 2019 18:28:51 +0200 Subject: [PATCH] System : Include build of application unit tests --- .appveyor.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 79895b564b..9468a2324f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,6 +15,6 @@ build_script: if exist "%QT5%" set Path=%QT5%\bin;%Path% - cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_BUILD_TYPE=Release -DRESINSIGHT_ENABLE_COTIRE=on "-DCMAKE_PREFIX_PATH=%QT5%" .. + cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_BUILD_TYPE=Release -DRESINSIGHT_INCLUDE_APPLICATION_UNIT_TESTS=true -DRESINSIGHT_ENABLE_COTIRE=on "-DCMAKE_PREFIX_PATH=%QT5%" .. cmake --build . --target ResInsight_unity --config Release \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index a78690e48b..7497a5d51e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ script: - mkdir -p build - cd build - - cmake -DRESINSIGHT_ENABLE_COTIRE=true .. + - cmake -DRESINSIGHT_INCLUDE_APPLICATION_UNIT_TESTS=true -DRESINSIGHT_ENABLE_COTIRE=true .. # Build the default target #- make -j8