diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..f7db301f9 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,10 @@ +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 + verbosity: minimal +test: off