summaryrefslogtreecommitdiff
path: root/.bazelci/examples_naming.yml
blob: e6dac9d3bf350accaac5d8bc4762d029099b5ebd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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