Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
try more complex compile matrix
  • Loading branch information
Oneplus committed Mar 30, 2016
1 parent 5aa442d commit b5bfeb6
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ environment:
# clone directory
clone_folder: c:\projects\ltp

os: Visual Studio 2013
platform: x64
configuration: Release
os:
- Visual Studio 2013
- Visual Studio 2015

platform:
- x86
- x64

configuration:
- Debug
- Release

install:
# by default, all script lines are interpreted as batch
Expand Down

0 comments on commit b5bfeb6

Please sign in to comment.