We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5cd9b1 commit f5267c6Copy full SHA for f5267c6
appveyor.yml
@@ -11,7 +11,9 @@ environment:
11
CONFIG: Release
12
13
build_script:
14
- - cmake "-G%GENERATOR%" -H. -B_builds -DENABLE_TESTING=1
+ - vcpkg install catch2
15
+ - ps: cd test
16
+ - cmake -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake "-G%GENERATOR%" -H. -B_builds -DENABLE_TESTING=1
17
- cmake --build _builds --config "%CONFIG%"
18
19
test_script:
0 commit comments