mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-26 16:19:30 +03:00
Builds project files with cmake, then builds those with VS2013. OS is Windows Server 2012. Debug and Release configurations are both built.
14 lines
298 B
YAML
14 lines
298 B
YAML
os:
|
|
- Windows Server 2012 R2
|
|
|
|
install:
|
|
# Generate solution files using cmake, in 'builds' directory.
|
|
# No need to create it because it's part of the repo.
|
|
- cd builds && cmake -G "Visual Studio 12" ../ && cd ..
|
|
|
|
configuration:
|
|
- Debug
|
|
- Release
|
|
|
|
build:
|
|
project: builds/UnitTest++.sln
|