Skip to content

Commit

Permalink
Add CI jobs for 5.x and 6.x releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Dec 8, 2023
1 parent ba0f832 commit 7638288
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,28 @@ tasks:
# Override the default worker strategy for remote builds (worker strategy
# cannot be used with remote builds)
- "--strategy=KotlinCompile=remote"
example-android-5.x:
name: "Example - Android using Bazel 5.x"
platform: ubuntu1804
working_directory: examples/android
bazel: 5.4.1
test_flags:
- "--incompatible_enable_android_toolchain_resolution"
- "--android_platforms=//:arm64-v8a"
- "--enable_bzlmod=false"
test_targets:
- //app:all
example-android-6.x:
name: "Example - Android using Bazel 6.x"
platform: ubuntu1804
working_directory: examples/android
bazel: 6.4.0
test_flags:
- "--incompatible_enable_android_toolchain_resolution"
- "--android_platforms=//:arm64-v8a"
- "--enable_bzlmod=false"
test_targets:
- //app:all
example-android:
name: "Example - Android"
platform: ubuntu1804
Expand Down

0 comments on commit 7638288

Please sign in to comment.