mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Add OS-specific exclude patterns of the branch names for the CI
This commit is contained in:
parent
afdccee9b3
commit
f88b8946f3
@ -8,6 +8,9 @@ osx_image: xcode10.1
|
||||
branches:
|
||||
except:
|
||||
- /.*appveyor.*/
|
||||
- /.*win.*/
|
||||
- /.*mingw.*/
|
||||
- /.*freebsd.*/
|
||||
|
||||
git:
|
||||
quiet: true
|
||||
|
@ -5,6 +5,9 @@ os: Visual Studio 2015
|
||||
branches:
|
||||
except:
|
||||
- /.*travis.*/
|
||||
- /.*linux.*/
|
||||
- /.*freebsd.*/
|
||||
- /.*osx.*/
|
||||
skip_commits:
|
||||
message: /travis/
|
||||
files:
|
||||
|
Loading…
x
Reference in New Issue
Block a user