Skip to content

Commit a1c5427

Browse files
authored
Update appveyor.yml
1 parent ac67ad0 commit a1c5427

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ install:
2727
build_script:
2828
- mkdir -p build && cd build
2929
- set BOOST_DIR=C:\Libraries\boost_1_65_1
30-
- cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release
30+
- cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DMSVC_RUNTIME_TYPE="/MT"
3131
- cmake --build . --target all -- VERBOSE=1
3232

3333
test_script:
34-
- .\jinja2cpp_tests
34+
# - .\jinja2cpp_tests
35+
- ctest -C Release -V

0 commit comments

Comments
 (0)