aboutsummaryrefslogtreecommitdiff
path: root/.bazelci/examples_naming.yml
diff options
context:
space:
mode:
Diffstat (limited to '.bazelci/examples_naming.yml')
-rw-r--r--.bazelci/examples_naming.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/.bazelci/examples_naming.yml b/.bazelci/examples_naming.yml
deleted file mode 100644
index e6dac9d..0000000
--- a/.bazelci/examples_naming.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-common: &common
- working_directory: ../examples/naming_package_files
- build_targets:
- - "..."
-
-tasks:
- centos7:
- platform: centos7
- <<: *common
- ubuntu1804:
- platform: ubuntu1804
- <<: *common
- macos:
- platform: macos
- <<: *common
- windows:
- platform: windows
- <<: *common
- bzlmod:
- name: bzlmod
- platform: ubuntu1804
- build_flags:
- - "--experimental_enable_bzlmod"
- <<: *common