Skip to content

Commit

Permalink
ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
izvolov committed Aug 15, 2019
1 parent 8c452de commit 94a27b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
- cmake --build Build\third_party\doctest --target install

build_script:
- cmake -S . -B Build\mylib
- cmake -G Ninja -S . -B Build\mylib -DCMAKE_BUILD_TYPE=%Configuration%
- cmake --build Build\mylib

test_script:
Expand Down

0 comments on commit 94a27b7

Please sign in to comment.