This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3cc1d76ee7
angular-cn
/
scripts
/
ci
/
test-bazel.sh
6 lines
81 B
Bash
Raw
Normal View
History
Unescape
Escape
ci: test bazel builds on travis (#18240)
2017-07-20 12:40:40 -04:00
#!/usr/bin/env bash
set
-u -e -o pipefail
build: upgrade bazel rules to latest (#20768) Add enough BUILD files to make it possible to `bazel build packages/core/test` Also re-format BUILD.bazel files with Buildifier. Add a CI lint check that they stay formatted. PR Close #20768
2017-12-06 09:56:49 -05:00
bazel build --config
=
ci packages/...