File tree 1 file changed +6
-20
lines changed
Filter options
1 file changed +6
-20
lines changed
Original file line number Diff line number Diff line change 4
4
# TODO(#144): When Bazel 0.29 is released, the docgen workflow will work, and
5
5
# we can go back to using `...` for build_targets.
6
6
---
7
- platforms :
8
- ubuntu1604 :
9
- # I don't trust my knowledge of YAML enough to factor this list into an
10
- # anchor.
7
+ all_targets : &all_targets
11
8
build_targets :
12
9
- " //examples/..."
13
10
- " //experimental/..."
@@ -16,21 +13,10 @@ platforms:
16
13
- " //tools/..."
17
14
test_targets :
18
15
- " ..."
16
+ platforms :
17
+ ubuntu1604 :
18
+ << : *all_targets
19
19
ubuntu1804 :
20
- build_targets :
21
- - " //examples/..."
22
- - " //experimental/..."
23
- - " //python/..."
24
- - " //rules_python/..."
25
- - " //tools/..."
26
- test_targets :
27
- - " ..."
20
+ << : *all_targets
28
21
macos :
29
- build_targets :
30
- - " //examples/..."
31
- - " //experimental/..."
32
- - " //python/..."
33
- - " //rules_python/..."
34
- - " //tools/..."
35
- test_targets :
36
- - " ..."
22
+ << : *all_targets
You can’t perform that action at this time.
0 commit comments