Build WXQT toolkit with AppVeyor

This commit is contained in:
Maarten Bent 2018-09-25 19:46:21 +02:00
parent bf823e0419
commit f7d1f46144
3 changed files with 16 additions and 1 deletions

View file

@ -36,6 +36,10 @@ environment:
GENERATOR: 'Visual Studio 12'
SHARED: ON
CONFIGURATION: Release
- TOOLSET: cmake_qt
GENERATOR: 'Visual Studio 14 2015 Win64'
SHARED: ON
CONFIGURATION: Release
clone_depth: 50