Skip to content

Commit

Permalink
Add AppVeyor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Jan 9, 2019
1 parent 9ca8023 commit e90d5e3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
os:
- Visual Studio 2013
- Visual Studio 2015
- Visual Studio 2017

configuration:
- Debug
- Release

before_build:
- mkdir build
- cd build
- cmake ..

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

test_script:
- ctest -C %CONFIGURATION% -V

0 comments on commit e90d5e3

Please sign in to comment.