diff options
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 0000000..6d9c332 --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,9 @@ +image: +- Visual Studio 2017 + +platform: +- x64 + +build_script: + - cmake -DCMAKE_BUILD_TYPE=Release . + - cmake --build . |