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, 24 insertions, 0 deletions
diff --git a/.bazelci/examples_naming.yml b/.bazelci/examples_naming.yml
new file mode 100644
index 0000000..e6dac9d
--- /dev/null
+++ b/.bazelci/examples_naming.yml
@@ -0,0 +1,24 @@
+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