summaryrefslogtreecommitdiff
path: root/.bazelci/examples_naming.yml
blob: 0f55f60b95c1d650ec60f7ccffeae117c55dbeef (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_java11_devtoolset10
    <<: *common
  ubuntu1804:
    platform: ubuntu1804
    <<: *common
  macos:
    platform: macos
    <<: *common
  windows:
    platform: windows
    <<: *common
  bzlmod:
    name: bzlmod
    platform: ubuntu1804
    build_flags:
      - "--enable_bzlmod"
    <<: *common