mirror of
https://github.com/cuberite/libevent.git
synced 2025-08-04 01:36:23 -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:
|
branches:
|
||||||
except:
|
except:
|
||||||
- /.*appveyor.*/
|
- /.*appveyor.*/
|
||||||
|
- /.*win.*/
|
||||||
|
- /.*mingw.*/
|
||||||
|
- /.*freebsd.*/
|
||||||
|
|
||||||
git:
|
git:
|
||||||
quiet: true
|
quiet: true
|
||||||
|
@ -5,6 +5,9 @@ os: Visual Studio 2015
|
|||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- /.*travis.*/
|
- /.*travis.*/
|
||||||
|
- /.*linux.*/
|
||||||
|
- /.*freebsd.*/
|
||||||
|
- /.*osx.*/
|
||||||
skip_commits:
|
skip_commits:
|
||||||
message: /travis/
|
message: /travis/
|
||||||
files:
|
files:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user