From c745e0c30307c0c5713855a72bad2d89f6199df1 Mon Sep 17 00:00:00 2001 From: Sergey Yagovtsev Date: Tue, 29 Aug 2017 23:26:08 +0300 Subject: [PATCH] Win CI --- appveyor.bat | 6 ++++++ appveyor.yml | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 appveyor.bat create mode 100644 appveyor.yml diff --git a/appveyor.bat b/appveyor.bat new file mode 100644 index 0000000..5f78678 --- /dev/null +++ b/appveyor.bat @@ -0,0 +1,6 @@ +mkdir build_msvc +cd build_msvc +cmake -G "%GENERATOR%" ../ +cmake --build . --config Release + +goto :EOF diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..bea9bbd --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,19 @@ +platform: + - Win64 + +configuration: + - Release + +environment: + matrix: + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013 + Qt5Widgets_DIR: "C:\\Qt\\5.5\\msvc2013_64\\lib\\cmake\\Qt5Widgets" + GENERATOR: "Visual Studio 13 Win64" + +test: off + +build_script: + - CALL appveyor.bat + +skip_commits: + message: /.*\[skip appveyor\].*/