AppVeyorCI: really add the test config to AppVeyor

pull/3/head
Christian Beier 7 years ago
parent 9ef1f4c8ac
commit a2e124d87a
No known key found for this signature in database
GPG Key ID: 421BB3B45C6067F8

@ -31,4 +31,4 @@ build_script:
- cd build
- cmake .. -DZLIB_INCLUDE_DIR=..\deps\zlib -DZLIB_LIBRARY=..\deps\zlib\debug\zlibd.lib -DPNG_PNG_INCLUDE_DIR=..\deps\libpng -DPNG_LIBRARY=..\deps\libpng\debug\libpng16d.lib
- cmake --build .
- ctest
- ctest -C Debug

Loading…
Cancel
Save