Skip to content

Commit

Permalink
Add Linux/Mac clang-tidy builds to .ci.yaml (flutter#31477)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderso authored Feb 16, 2022
1 parent 5272e3e commit 0b2c245
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,14 @@ targets:
timeout: 60
scheduler: luci

- name: Linux clang-tidy
recipe: engine/engine_lint
bringup: true
properties:
add_recipes_cq: "true"
timeout: 60
scheduler: luci

- name: Linux Arm Host Engine
recipe: engine/engine_arm
properties:
Expand Down Expand Up @@ -270,6 +278,15 @@ targets:
timeout: 75
scheduler: luci

- name: Mac clang-tidy
recipe: engine/engine_lint
bringup: true
properties:
add_recipes_cq: "true"
jazzy_version: 0.9.5
timeout: 75
scheduler: luci

- name: Mac iOS Engine
recipe: engine/engine
properties:
Expand Down

0 comments on commit 0b2c245

Please sign in to comment.