Skip to content

Commit

Permalink
Add CI jobs for 5.x and 6.x releases (#1087)
Browse files Browse the repository at this point in the history
* Add CI jobs for 5.x and 6.x releases

* Fix

* More

* Testing......

* Change to rebuild

* Revert and comment the 5.x tests out
  • Loading branch information
Bencodes authored Dec 8, 2023
1 parent ba0f832 commit a82b996
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,23 @@ tasks:
# Override the default worker strategy for remote builds (worker strategy
# cannot be used with remote builds)
- "--strategy=KotlinCompile=remote"
# TODO: Enable these tests once this example is building against the release rules_kotlin binary
# example-android-5.x:
# name: "Example - Android using Bazel 5.x"
# platform: ubuntu1804
# working_directory: examples/android
# bazel: 5.4.1
# 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:
- "--enable_bzlmod=false"
test_targets:
- //app:all
example-android:
name: "Example - Android"
platform: ubuntu1804
Expand Down

0 comments on commit a82b996

Please sign in to comment.