mirror of
https://github.com/cuberite/libevent.git
synced 2025-08-03 17:26:24 -04:00
Add OS-specific exclude patterns of the branch names for the CI
(cherry picked from commit f88b8946f3da988f7aa80e36681037b4f474840e)
This commit is contained in:
parent
8eb0084214
commit
3ebd7edd02
@ -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