Skip to content

Commit

Permalink
Build/test more targets in BazelCI
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-xie committed Jul 31, 2023
1 parent ceadfc7 commit 1cba1bb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@ x_defaults:
bazel: last_green
build_targets:
- "//src/..."
- "//test/..."
- "//android/..."
- "//rules/..."
- "-//src/java/com/example/sampleapp/..."
- "-//src/tools/ak/..."
- "//toolchains/..."
- "//tools/..."
test_targets:
- "//src/..."
- "//test/..."
- "-//src/tools/..."
- "-//src/java/com/example/sampleapp/..."

tasks:
Expand Down Expand Up @@ -50,4 +46,4 @@ tasks:
platform: macos_arm64
build_flags:
- "--enable_bzlmod"
<<: *common
<<: *common

0 comments on commit 1cba1bb

Please sign in to comment.