Skip to content

Commit b31d2de

Browse files
committed
add ci config
1 parent b89af55 commit b31d2de

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.bazelrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ build --enable_platform_specific_config
3636
build:macos --apple_crosstool_top=@local_config_apple_cc//:toolchain
3737
build:macos --crosstool_top=@local_config_apple_cc//:toolchain
3838
build:macos --host_crosstool_top=@local_config_apple_cc//:toolchain
39+
40+
build:ci --bes_backend=grpcs://remote.buildbuddy.io
41+
build:ci --bes_results_url=https://app.buildbuddy.io/invocation/
42+
build:ci --experimental_remote_cache_compression
43+
build:ci --remote_cache=grpcs://remote.buildbuddy.io
44+
build:ci --test_tag_filters=-skipci

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
runs-on: macos-latest
2424
steps:
2525
- uses: actions/checkout@v2
26-
- run: USE_BAZEL_VERSION=${{ matrix.bazel_version }} bazelisk test //...
26+
- run: USE_BAZEL_VERSION=${{ matrix.bazel_version }} bazelisk test //... --config=ci

0 commit comments

Comments
 (0)