Revision 543c12ab06576ab46b00901f65aab96fe6cb0fbf authored by Sage Weil on 08 October 2015, 01:06:28 UTC, committed by Sage Weil on 19 October 2015, 01:21:24 UTC
Signed-off-by: Sage Weil <sage@redhat.com>
1 parent 1bcafb6
Raw File
appveyor.yml
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
  parallel: true
  verbosity: minimal
test: off
back to top