Skip to content

Commit

Permalink
Add CI configuration for bzlmod.
Browse files Browse the repository at this point in the history
  • Loading branch information
comius committed Dec 23, 2022
1 parent 96db157 commit 568eeba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ tasks:
macos:
test_targets:
- "//:all_tests"
ubuntu2004_bzlmod:
bazel: last_green
platform: ubuntu2004
build_flags:
- "--enable_bzlmod"
test_targets:
- "//:all_tests"
build_targets:
- "//:rules_kotlin_release"
example-android:
name: "Example - Android"
platform: ubuntu1804
Expand Down

0 comments on commit 568eeba

Please sign in to comment.