Skip to content

Commit

Permalink
Win CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yse committed Aug 29, 2017
1 parent 2a235d4 commit c745e0c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
mkdir build_msvc
cd build_msvc
cmake -G "%GENERATOR%" ../
cmake --build . --config Release

goto :EOF
19 changes: 19 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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\].*/

0 comments on commit c745e0c

Please sign in to comment.