From 9200af91260dee21d97c4d0c8bd404b7ebb92618 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Sun, 15 Apr 2018 18:27:26 +0200 Subject: [PATCH] Test appveyor --- appveyor.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..5eb2089 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,21 @@ +version: '{branch}-{build}' + +environment: + matrix: + - configuration: + - Debug + - configuration: + - Release + +APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 +MSVC_GENERATOR: Visual Studio 15 2017 +MSVC_GENERATOR_SHORT: VS2017 + +platform: + - x64 + +shallow_clone: true + +build_script: + - cmd: cd build + - cmd: cmake -DCMAKE_BUILD_TYPE=%configuration% ..