Skip to content

Commit

Permalink
Fix presubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Dec 21, 2024
1 parent 8043e85 commit 8f7654a
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/googleapis-cc/0.1.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tasks:
verify_targets:
name: Empty test
platform: ubuntu2404
bazel: 8.x
build_flags:
- "--nobuild"
build_targets:
- "//..."
9 changes: 9 additions & 0 deletions modules/googleapis-go/0.1.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tasks:
verify_targets:
name: Empty test
platform: ubuntu2404
bazel: 8.x
build_flags:
- "--nobuild"
build_targets:
- "//..."
9 changes: 9 additions & 0 deletions modules/googleapis-java/0.1.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tasks:
verify_targets:
name: Empty test
platform: ubuntu2404
bazel: 8.x
build_flags:
- "--nobuild"
build_targets:
- "//..."
9 changes: 9 additions & 0 deletions modules/googleapis-python/0.1.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tasks:
verify_targets:
name: Empty test
platform: ubuntu2404
bazel: 8.x
build_flags:
- "--nobuild"
build_targets:
- "//..."
2 changes: 2 additions & 0 deletions modules/googleapis/0.0.0-20241220-5e258e33/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ bcr_test_module:
name: "Run test module"
bazel: ${{ bazel }}
platform: ${{ platform }}
build_targets:
- "//..."
test_targets:
- "//..."

0 comments on commit 8f7654a

Please sign in to comment.