aboutsummaryrefslogtreecommitdiff
path: root/.bazelci
diff options
context:
space:
mode:
authorc-parsons <cparsons@google.com>2019-02-28 17:43:57 -0500
committerGitHub <noreply@github.com>2019-02-28 17:43:57 -0500
commit9630853eebaee22d8799f97ab58f648a1b82d02d (patch)
treeceb6c78087d99934605d568b734b99a38269569f /.bazelci
parente171ec16d89afe28d09d29837ce523aa10aebdc6 (diff)
downloadbazel-skylib-9630853eebaee22d8799f97ab58f648a1b82d02d.tar.gz
add documentation pages for rules/ and lib/ (#119)
Diffstat (limited to '.bazelci')
-rw-r--r--.bazelci/presubmit.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml
index bd50460..6bdf62c 100644
--- a/.bazelci/presubmit.yml
+++ b/.bazelci/presubmit.yml
@@ -6,6 +6,8 @@ tasks:
bazel: latest
build_targets:
- "..."
+ build_flags:
+ - "--incompatible_remap_main_repo"
test_targets:
- "..."
test_flags:
@@ -17,6 +19,8 @@ tasks:
bazel: latest
build_targets:
- "..."
+ build_flags:
+ - "--incompatible_remap_main_repo"
test_targets:
- "..."
test_flags:
@@ -28,6 +32,8 @@ tasks:
bazel: latest
build_targets:
- "..."
+ build_flags:
+ - "--incompatible_remap_main_repo"
test_targets:
- "..."
test_flags:
@@ -39,6 +45,8 @@ tasks:
bazel: latest
build_targets:
- "..."
+ build_flags:
+ - "--incompatible_remap_main_repo"
test_targets:
- "--"
- "..."
@@ -52,6 +60,8 @@ tasks:
bazel: last_green
build_targets:
- "..."
+ build_flags:
+ - "--incompatible_remap_main_repo"
test_targets:
- "..."
test_flags:
@@ -63,6 +73,8 @@ tasks:
bazel: last_green
build_targets:
- "..."
+ build_flags:
+ - "--incompatible_remap_main_repo"
test_targets:
- "..."
test_flags:
@@ -74,6 +86,8 @@ tasks:
bazel: last_green
build_targets:
- "..."
+ build_flags:
+ - "--incompatible_remap_main_repo"
test_targets:
- "..."
test_flags:
@@ -85,6 +99,8 @@ tasks:
bazel: last_green
build_targets:
- "..."
+ build_flags:
+ - "--incompatible_remap_main_repo"
test_targets:
- "--"
- "..."