From 38e113d2dc898ead67b2135cd9affdab87fbf2df Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Tue, 15 Sep 2020 22:40:24 +0900 Subject: [PATCH] ci: set BUILD_TEST=ON on appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a0504ac..9fc6a73 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ build_script: - cd C:\toml11 - mkdir build - cd build - - cmake -G"%generator%" -DBOOST_ROOT=C:/Libraries/boost_1_69_0 .. + - cmake -G"%generator%" -DBOOST_ROOT=C:/Libraries/boost_1_69_0 -Dtoml11_BUILD_TEST=ON .. - cmake --build . --config "%configuration%" - file --mime-encoding tests/toml/tests/hard_example_unicode.toml