We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d87967 commit 890ee63Copy full SHA for 890ee63
1 file changed
.bazelci/presubmit.yml
@@ -2,6 +2,7 @@
2
buildifier: latest
3
tasks:
4
ubuntu1804-basic:
5
+ name: Basic Linux test
6
working_directory: examples/basic
7
platform: ubuntu1804
8
environment:
@@ -13,6 +14,7 @@ tasks:
13
14
build_targets:
15
- "//java/com/app:app"
16
ubuntu1804-rules_foreign_cc:
17
+ name: rules_foreign_cc Linux test
18
working_directory: examples/rules_foreign_cc
19
20
@@ -24,6 +26,7 @@ tasks:
24
26
25
27
28
macos-basic:
29
+ name: Basic macOS test
30
31
platform: macos
32
@@ -35,6 +38,7 @@ tasks:
35
38
36
39
37
40
macos-rules_foreign_cc:
41
+ name: rules_foreign_cc macOS test
42
43
44
0 commit comments