diff --git a/.appveyor.yaml b/.appveyor.yaml new file mode 100644 index 00000000..a7134777 --- /dev/null +++ b/.appveyor.yaml @@ -0,0 +1,18 @@ +os: + - Visual Studio 2015 + +build: + verbosity: detailed + +configuration: + - Debug + +branches: + except: + - /pr\/.+/ + +install: + + + +