mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Taking a stab at excluding .wif and .dmh branches in appveyor, similar to how they are treated by travis.
This commit is contained in:
parent
019a10daf6
commit
b4e1971bf2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user