Skip to content

Commit

Permalink
CI: Build and link tvOS and watchOS targets.
Browse files Browse the repository at this point in the history
visionOS requires more work, so it will be done separately.
  • Loading branch information
briansmith committed Jun 21, 2024
1 parent 6bb19a2 commit 7e6f542
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ jobs:
- uses: Swatinem/rust-cache@v2
- run: cargo test --no-run --target=aarch64-apple-darwin --features=std
- run: cargo test --no-run --target=aarch64-apple-ios --features=std
- run: cargo test --no-run --target=aarch64-apple-tvos -Zbuild-std --features=std
- run: cargo test --no-run --target=aarch64-apple-tvos-sim -Zbuild-std --features=std
- run: cargo test --no-run --target=aarch64-apple-watchos -Zbuild-std --features=std
- run: cargo test --no-run --target=aarch64-apple-watchos-sim -Zbuild-std --features=std

cross-link:
Expand Down Expand Up @@ -318,9 +321,6 @@ jobs:
armv7-sony-vita-newlibeabihf,
riscv32imc-esp-espidf,
aarch64-unknown-nto-qnx710,
# `std` support still in progress. Can be moved up with the other
# apple targets after https://github.com/rust-lang/rust/pull/103503
aarch64-apple-tvos,
]
include:
- target: aarch64-unknown-nto-qnx710
Expand Down

0 comments on commit 7e6f542

Please sign in to comment.