diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-08 06:55:46 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-08 07:00:31 +0300 |
commit | a61b79b1521cb5ce08c213ac3ab45db072fbda2f (patch) | |
tree | a21dd19c5322e00092c677c0a79f6e6c2154624f /.appveyor | |
parent | add AppVeyor config (diff) | |
download | math-server-a61b79b1521cb5ce08c213ac3ab45db072fbda2f.tar.gz math-server-a61b79b1521cb5ce08c213ac3ab45db072fbda2f.zip |
enable tests in CI builds
Diffstat (limited to '.appveyor')
-rw-r--r-- | .appveyor/build.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |