File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ version : 1.0.{build}
2+
3+ environment :
4+ matrix :
5+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
6+ CMAKE_GENERATOR : Visual Studio 14 2015
7+ CMAKE_PLATFORM : win32
8+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
9+ CMAKE_GENERATOR : Visual Studio 14 2015
10+ CMAKE_PLATFORM : x64
11+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
12+ CMAKE_GENERATOR : Visual Studio 15 2017
13+ CMAKE_PLATFORM : win32
14+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
15+ CMAKE_GENERATOR : Visual Studio 15 2017
16+ CMAKE_PLATFORM : x64
17+
18+ before_build :
19+ - cmd : mkdir build
20+ - cmd : cd build
21+ - cmd : cmake .. -G "%CMAKE_GENERATOR%" -DCMAKE_GENERATOR_PLATFORM=%CMAKE_PLATFORM%
22+ - cmd : cd ..
23+
24+ build_script :
25+ - cmake --build build
26+ test_script :
27+ - cmd : cd build
28+ - ctest
You can’t perform that action at this time.
0 commit comments