We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac67ad0 commit a1c5427Copy full SHA for a1c5427
appveyor.yml
@@ -27,8 +27,9 @@ install:
27
build_script:
28
- mkdir -p build && cd build
29
- set BOOST_DIR=C:\Libraries\boost_1_65_1
30
- - cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release
+ - cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DMSVC_RUNTIME_TYPE="/MT"
31
- cmake --build . --target all -- VERBOSE=1
32
33
test_script:
34
- - .\jinja2cpp_tests
+# - .\jinja2cpp_tests
35
+ - ctest -C Release -V
0 commit comments