2016-03-08 11:31:46 +08:00
|
|
|
version: 4.0-{build}
|
|
|
|
|
2016-03-08 11:01:11 +08:00
|
|
|
os:
|
|
|
|
- Visual Studio 2015
|
|
|
|
|
|
|
|
before_build:
|
|
|
|
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
|
2016-03-08 10:53:27 +08:00
|
|
|
|
2016-03-08 10:46:49 +08:00
|
|
|
build_script:
|
|
|
|
- mkdir build
|
|
|
|
- cd build
|
|
|
|
- cmake -DCMAKE_BUILD_TYPE=RELEASE -G "NMake Makefiles" ..
|
|
|
|
- nmake
|
|
|
|
|