Skip to content

Commit

Permalink
Run aswb tests on macos arm64
Browse files Browse the repository at this point in the history
Adding some mac os CI validation to help find edge cases like bazelbuild#5322
  • Loading branch information
Bencodes authored Sep 8, 2023
1 parent 2fbeca3 commit 87a5b47
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .bazelci/android-studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ tasks:
- --test_output=errors
test_targets:
- //:aswb_tests
Android-Studio-internal-stable-macos-arm64:
name: Android Studio Internal Stable Mac arm64
platform: macos_arm64
build_flags:
- --define=ij_product=android-studio-latest
build_targets:
- //aswb/...
test_flags:
- --define=ij_product=android-studio-latest
- --test_output=errors
test_targets:
- //:aswb_tests
Android-Studio-internal-beta:
name: Android Studio Internal Beta
platform: ubuntu1804
Expand Down

0 comments on commit 87a5b47

Please sign in to comment.