aboutsummaryrefslogtreecommitdiff
path: root/.bazelci/examples_stamping.yml
diff options
context:
space:
mode:
Diffstat (limited to '.bazelci/examples_stamping.yml')
-rw-r--r--.bazelci/examples_stamping.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.bazelci/examples_stamping.yml b/.bazelci/examples_stamping.yml
deleted file mode 100644
index 59e1d9c..0000000
--- a/.bazelci/examples_stamping.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-common: &common
- working_directory: ../examples/time_stamping
- build_targets:
- - "..."
-
-tasks:
- centos7:
- platform: centos7
- <<: *common
- ubuntu1804:
- platform: ubuntu1804
- <<: *common
- macos:
- <<: *common
- windows:
- <<: *common