2015-08-07 23:50:34 +02:00
|
|
|
version: 1.0.{build}
|
|
|
|
before_build:
|
|
|
|
- md %APPVEYOR_BUILD_FOLDER%\build
|
|
|
|
- cd %APPVEYOR_BUILD_FOLDER%\build
|
|
|
|
- cmake -G "Visual Studio 12 Win64" ..
|
|
|
|
- cd ..
|
|
|
|
build:
|
|
|
|
project: build\ALL_BUILD.vcxproj
|
2015-09-29 21:22:48 +02:00
|
|
|
parallel: true
|
2015-08-07 23:50:34 +02:00
|
|
|
verbosity: minimal
|
|
|
|
test: off
|