Skip to content

Commit

Permalink
build: allow bazel build ...
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Feb 12, 2018
1 parent 92d7060 commit 51e0730
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 1,646 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# Use bazel query so that we explicitly ask for all buildable targets to be built as well
# This avoids waiting for a build command to finish before running the first test
# See https://github.com/bazelbuild/bazel/issues/4257
- run: bazel query --output=label '//modules/... union //packages/... union //tools/...' | xargs bazel test --config=ci
- run: bazel query --output=label //... | xargs bazel test --config=ci

# CircleCI will allow us to go back and view/download these artifacts from past builds.
# Also we can use a service like https://buildsize.org/ to automatically track binary size of these artifacts.
Expand Down
5 changes: 5 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ local_repository(
path = "node_modules/rxjs/src",
)

local_repository(
name = "bazel_integration_test",
path = "integration/bazel",
)

git_repository(
name = "com_github_bazelbuild_buildtools",
remote = "https://github.com/bazelbuild/buildtools.git",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"cors": "2.8.4",
"domino": "1.0.29",
"entities": "1.1.1",
"firebase-tools": "3.12.0",
"firefox-profile": "1.0.3",
"fs-extra": "4.0.2",
"glob": "7.1.2",
Expand Down

0 comments on commit 51e0730

Please sign in to comment.