Skip to content

Commit

Permalink
Add appveyor.yml for windows CI
Browse files Browse the repository at this point in the history
and where we go
  • Loading branch information
vigsterkr committed Aug 12, 2016
1 parent 96ec044 commit c4fa707
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions appveyor.yml
@@ -0,0 +1,29 @@
version: 4.2.{build}

os: Visual Studio 2015

environment:
matrix:
- VSVER: Visual Studio 14 2015 Win64

platform:
- x64

configuration:
- Release

install:
- cmake --version
- git submodule -q update --init

before_build:
- cmake -G"%VSVER%" -DBUILD_META_EXAMPLES=OFF .

build:
parallel: true
project: build\shogun.sln

test_script:
- cd build\test\
- ctest -V
- cd ..\..

0 comments on commit c4fa707

Please sign in to comment.