diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..c6eab8e4 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,15 @@ +image: Visual Studio 2015 + +platform: + - x86 + - x64 + +install: + - script\configure.cmd + - msbuild compiler.vcxproj + - msbuild runtime.vcxproj + - msbuild tests.vcxproj + +test_script: + +build: off