Skip to content

Commit

Permalink
Build Bazel on all platforms as part of the presubmit.
Browse files Browse the repository at this point in the history
This fixes an issue that we can't test downstream projects due to not having the necessary binaries.

PiperOrigin-RevId: 212250184
  • Loading branch information
philwo authored and Copybara-Service committed Sep 10, 2018
1 parent 3008794 commit ba64c9c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
---
platforms:
ubuntu1404:
build_targets:
- "//src:bazel"
ubuntu1604:
build_targets:
- "//src:bazel"
ubuntu1804:
shell_commands:
- sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#
Expand All @@ -21,6 +27,15 @@ platforms:
- "-//src/test/shell/bazel/android:android_ndk_integration_test"
# Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/5888
- "-//src/test/java/com/google/devtools/build/android/ziputils:ziputils-tests"
ubuntu1804_nojava:
build_targets:
- "//src:bazel"
ubuntu1804_java9:
build_targets:
- "//src:bazel"
ubuntu1804_java10:
build_targets:
- "//src:bazel"
macos:
shell_commands:
- sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#
Expand Down

0 comments on commit ba64c9c

Please sign in to comment.