diff options
author | Christian Beier <dontmind@freeshell.org> | 2017-02-21 18:47:25 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2017-02-21 18:47:25 +0100 |
commit | a2e124d87a2c700145f4ae97eb59f571905e0a02 (patch) | |
tree | 13a20175adbf427ffa2b3a258514f9ba2a37a90a /.appveyor.yml | |
parent | 9ef1f4c8ac8f698b15d286488d516dcd6f65be8e (diff) | |
download | libtdevnc-a2e124d87a2c700145f4ae97eb59f571905e0a02.tar.gz libtdevnc-a2e124d87a2c700145f4ae97eb59f571905e0a02.zip |
AppVeyorCI: really add the test config to AppVeyor
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 5aca4fc..7f91733 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 |