Taking a stab at excluding .wif and .dmh branches in appveyor, similar to how they are treated by travis.

This commit is contained in:
Ward Fisher 2018-05-15 13:51:42 -06:00
parent 019a10daf6
commit b4e1971bf2

View File

@ -8,10 +8,14 @@ environment:
MSYS2_BIN_LOCN: C:\msys64\usr\bin
CMAKE_GENERATOR: "Visual Studio 15 Win64"
platform:
- x64
braches:
except:
- /.*[.]dmh/
- /.*[.]wif/
# Do not build feature branch with open Pull Requests
skip_branch_with_pr: true