Add CMake to Appveyor

Build with “Visual Studio 12 (2013)” 32-bit Release DLLs
Other configurations can later be added in the appveyor.yml
This commit is contained in:
Tobias Taschner
2016-10-05 10:16:30 +02:00
parent e885de58eb
commit 9338e68371
2 changed files with 39 additions and 0 deletions

View File

@@ -26,6 +26,10 @@ environment:
- TOOLSET: msys2
MSYSTEM: MINGW32
- TOOLSET: cygwin
- TOOLSET: cmake
GENERATOR: 'Visual Studio 12'
SHARED: ON
CONFIGURATION: Release
clone_depth: 50