Skip to content

Commit

Permalink
Relands "Move clang tidy v2 build to prod."" (flutter#42714)
Browse files Browse the repository at this point in the history
  • Loading branch information
godofredoc authored Jun 12, 2023
1 parent 960c55e commit 69aa2a2
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -473,11 +473,23 @@ targets:
- os=Linux

- name: Mac mac_clang_tidy
bringup: true
recipe: engine_v2/engine_v2
timeout: 60
properties:
config_name: mac_clang_tidy
runIf:
- DEPS
- .ci.yaml
- tools/**
- ci/**
- "**.h"
- "**.c"
- "**.cc"
- "**.fbs"
- "**.frag"
- "**.vert"
- "**.m"
- "**.mm"

- name: Mac mac_host_engine
recipe: engine_v2/engine_v2
Expand Down Expand Up @@ -517,6 +529,7 @@ targets:
timeout: 75

- name: Mac Host clang-tidy
bringup: true
recipe: engine/engine_lint
properties:
cpu: arm64
Expand All @@ -539,6 +552,7 @@ targets:
- "**.mm"

- name: Mac iOS clang-tidy
bringup: true
recipe: engine/engine_lint
properties:
cpu: arm64
Expand Down

0 comments on commit 69aa2a2

Please sign in to comment.