mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Build trunk branch too to trigger AppVeyor on PR
This commit is contained in:
parent
be851692ce
commit
7c507345a7
1 changed files with 4 additions and 3 deletions
|
@ -3,9 +3,10 @@ version: '{build}'
|
||||||
shallow_clone: true
|
shallow_clone: true
|
||||||
platform:
|
platform:
|
||||||
- x64
|
- x64
|
||||||
branches:
|
## Still allowing trunk branch for pull request. TODO: Skip non-pull-request trunk build.
|
||||||
except:
|
# branches:
|
||||||
- trunk # mirrored master runs CI
|
# except:
|
||||||
|
# - trunk # mirrored master runs CI
|
||||||
environment:
|
environment:
|
||||||
ruby_version: "24-%Platform%"
|
ruby_version: "24-%Platform%"
|
||||||
zlib_version: "1.2.11"
|
zlib_version: "1.2.11"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue