forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.ci.yaml
46 lines (43 loc) · 1 KB
/
.ci.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Describes the targets run in continuous integration environment.
#
# Flutter infra uses this file to generate a checklist of tasks to be performed
# for every commit.
#
# More information at:
# * https://github.com/flutter/cocoon/blob/master/CI_YAML.md
enabled_branches:
- master
platform_properties:
windows:
properties:
caches: >-
[
{"name": "vsbuild", "path": "vsbuild"},
{"name": "pub_cache", "path": ".pub-cache"}
]
dependencies: >
[
{"dependency": "certs"}
]
device_type: none
os: Windows
targets:
- name: Windows Plugins master channel
recipe: plugins/plugins
timeout: 30
properties:
dependencies: >
[
{"dependency": "vs_build"}
]
scheduler: luci
- name: Windows Plugins stable channel
recipe: plugins/plugins
timeout: 30
properties:
channel: stable
dependencies: >
[
{"dependency": "vs_build"}
]
scheduler: luci