Skip to content

Commit

Permalink
appveyor: exclude setting
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Jun 10, 2017
1 parent 1b5a3d9 commit 0414ed4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
version: 1.0.{build}

matrix:
exclude:
- APPVEYOR_SCHEDULED_BUILD: Ture
compiler: msbuild
- APPVEYOR_SCHEDULED_BUILD: Ture
compiler: msvc
- APPVEYOR_SCHEDULED_BUILD: Ture
compiler: mingw
- APPVEYOR_SCHEDULED_BUILD: Ture
compiler: cygwin

environment:
matrix:
- compiler: msbuild
Expand Down

0 comments on commit 0414ed4

Please sign in to comment.