Skip to content

Commit

Permalink
Merge pull request #10 from ash2k/ash2k/try-more-oses
Browse files Browse the repository at this point in the history
Try more OSes
  • Loading branch information
ash2k committed Jun 6, 2021
2 parents 62b5b65 + 9237062 commit 1975881
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
---
tasks:
centos7:
test_targets:
- "..."
ubuntu1604:
test_targets:
- "..."
ubuntu1804:
test_targets:
- "..."
ubuntu1804_clang:
platform: ubuntu1804
environment:
CC: clang
test_targets:
- "..."
ubuntu2004:
test_targets:
- "..."
macos:
test_targets:
- "..."
kythe_ubuntu2004:
test_targets:
- "..."

0 comments on commit 1975881

Please sign in to comment.