diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..1e0a33f --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,10 @@ +image: Visual Studio 2017 + +build_script: + - cmd: mkdir tmp + - cmd: cd tmp + - cmd: cmake -G "Visual Studio 2017" .. + +test_script: + - cmd: cd tmp + - ctest -VV -C "Release"