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:
parent
e885de58eb
commit
9338e68371
2 changed files with 39 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ environment:
|
|||
- TOOLSET: msys2
|
||||
MSYSTEM: MINGW32
|
||||
- TOOLSET: cygwin
|
||||
- TOOLSET: cmake
|
||||
GENERATOR: 'Visual Studio 12'
|
||||
SHARED: ON
|
||||
CONFIGURATION: Release
|
||||
|
||||
clone_depth: 50
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue