Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,11 +378,23 @@ targets:
config_name: mac_android_aot_engine

- 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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should include **.py

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, nevermind. The python scripts are analyzed elsewhere.


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

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

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