Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 1975881

Browse files
authored
Merge pull request #10 from ash2k/ash2k/try-more-oses
Try more OSes
2 parents 62b5b65 + 9237062 commit 1975881

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.bazelci/presubmit.yml

+15
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
---
22
tasks:
3+
centos7:
4+
test_targets:
5+
- "..."
36
ubuntu1604:
47
test_targets:
58
- "..."
69
ubuntu1804:
710
test_targets:
811
- "..."
12+
ubuntu1804_clang:
13+
platform: ubuntu1804
14+
environment:
15+
CC: clang
16+
test_targets:
17+
- "..."
18+
ubuntu2004:
19+
test_targets:
20+
- "..."
921
macos:
1022
test_targets:
1123
- "..."
24+
kythe_ubuntu2004:
25+
test_targets:
26+
- "..."

0 commit comments

Comments
 (0)