forked from flutter/cocoon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ci.yaml
77 lines (70 loc) · 1.68 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# 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/main/CI_YAML.md
enabled_branches:
- main
platform_properties:
linux:
properties:
os: Linux
mac:
properties:
os: Mac-12
cpu: x86
windows:
properties:
os: Windows
targets:
- name: Linux Cocoon
recipe: cocoon/cocoon
properties:
add_recipes_cq: "true"
- name: Linux device_doctor
postsubmit: false
recipe: cocoon/cipd
properties:
add_recipes_cq: "true"
script: device_doctor/tool/build.sh
cipd_name: flutter/device_doctor/linux-amd64
runIf:
- device_doctor/**
- .ci.yaml
- name: Mac device_doctor
postsubmit: false
recipe: cocoon/cipd
properties:
add_recipes_cq: "true"
script: device_doctor/tool/build.sh
cipd_name: flutter/device_doctor/mac-amd64
runIf:
- device_doctor/**
- .ci.yaml
- name: Windows device_doctor
postsubmit: false
recipe: cocoon/cipd
properties:
add_recipes_cq: "true"
script: device_doctor\tool\build.bat
cipd_name: flutter/device_doctor/windows-amd64
runIf:
- device_doctor/**
- .ci.yaml
- name: Mac codesign
bringup: true
postsubmit: false
recipe: cocoon/cipd
properties:
add_recipes_cq: "true"
script: codesign/tool/build.sh
cipd_name: flutter/codesign/mac-amd64
runIf:
- codesign/**
- .ci.yaml
- name: Linux ci_yaml roller
recipe: infra/ci_yaml
properties:
add_recipes_cq: "true"