Skip to content

Commit f5267c6

Browse files
committed
Fix appveyor to actually build and run tests
1 parent c5cd9b1 commit f5267c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ environment:
1111
CONFIG: Release
1212

1313
build_script:
14-
- cmake "-G%GENERATOR%" -H. -B_builds -DENABLE_TESTING=1
14+
- 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
1517
- cmake --build _builds --config "%CONFIG%"
1618

1719
test_script:

0 commit comments

Comments
 (0)