Skip to content

Commit e734ffc

Browse files
committed
ci: Add apple tvOs build job
1 parent 4efe691 commit e734ffc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.cirrus.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,17 @@ task:
339339
- Rust Stable
340340
env:
341341
TARGET: x86_64-unknown-haiku
342+
- name: tvOS aarch64
343+
depends_on:
344+
- FreeBSD 14 amd64 & i686
345+
- Linux x86_64
346+
- macOS aarch64
347+
- Rust Formatter
348+
- OpenBSD x86_64
349+
- Minver
350+
- Rust Stable
351+
env:
352+
TARGET: aarch64-apple-tvos
342353
setup_script:
343354
- rustup component add rust-src
344355
<< : *BUILD

0 commit comments

Comments
 (0)