summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2018-09-27 19:09:51 +0200
committerChristian Beier <dontmind@freeshell.org>2018-09-27 19:09:51 +0200
commit587555c12a8d4f1d1775e734150ad40c3c19cb07 (patch)
tree50ebb17bd41cd55e7a6b4d413a2b5969c53af92e
parent77dce5b6af7d95afc486b7353217743f4371bb04 (diff)
downloadlibtdevnc-587555c12a8d4f1d1775e734150ad40c3c19cb07.tar.gz
libtdevnc-587555c12a8d4f1d1775e734150ad40c3c19cb07.zip
AppVeyorCI: print CMake version
-rw-r--r--.appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 73e30ba..9e4b441 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -52,6 +52,7 @@ install:
build_script:
- mkdir build
- cd build
+ - cmake --version
- cmake .. -DZLIB_INCLUDE_DIR=..\deps\zlib -DZLIB_LIBRARY=..\deps\zlib\debug\zlibstaticd.lib -DPNG_PNG_INCLUDE_DIR=..\deps\libpng -DPNG_LIBRARY=..\deps\libpng\debug\libpng16_staticd.lib -D SASL2_INCLUDE_DIR=c:\cmu\include -D LIBSASL2_LIBRARIES=c:\cmu\lib\libsasl.lib ..
- cmake --build .
- ctest -C Debug --output-on-failure