From a61b79b1521cb5ce08c213ac3ab45db072fbda2f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 8 Dec 2019 06:55:46 +0300 Subject: enable tests in CI builds --- .appveyor/build.ps1 | 1 + 1 file changed, 1 insertion(+) (limited to '.appveyor') diff --git a/.appveyor/build.ps1 b/.appveyor/build.ps1 index d6f80d0..cdacc8a 100644 --- a/.appveyor/build.ps1 +++ b/.appveyor/build.ps1 @@ -99,6 +99,7 @@ function Build-Project { -D "BOOST_LIBRARYDIR=$BoostLibraryDir" ` -D Boost_USE_STATIC_LIBS=ON ` -D Boost_USE_STATIC_RUNTIME=ON ` + -D ENABLE_TESTS=ON ` $ProjectDir } -- cgit v1.2.3