summaryrefslogtreecommitdiff
path: root/.bazelci/examples_stamping.yml
blob: 59e1d9ca003f8e4856e72e9ba03573cafd1d1580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
common: &common
  working_directory: ../examples/time_stamping
  build_targets:
  - "..."

tasks:
  centos7:
    platform: centos7
    <<: *common
  ubuntu1804:
    platform: ubuntu1804
    <<: *common
  macos:
    <<: *common
  windows:
    <<: *common