File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,23 @@ tasks:
42
42
# Override the default worker strategy for remote builds (worker strategy
43
43
# cannot be used with remote builds)
44
44
- " --strategy=KotlinCompile=remote"
45
+ # TODO: Enable these tests once this example is building against the release rules_kotlin binary
46
+ # example-android-5.x:
47
+ # name: "Example - Android using Bazel 5.x"
48
+ # platform: ubuntu1804
49
+ # working_directory: examples/android
50
+ # bazel: 5.4.1
51
+ # test_targets:
52
+ # - //app:all
53
+ example-android-6.x :
54
+ name : " Example - Android using Bazel 6.x"
55
+ platform : ubuntu1804
56
+ working_directory : examples/android
57
+ bazel : 6.4.0
58
+ test_flags :
59
+ - " --enable_bzlmod=false"
60
+ test_targets :
61
+ - //app:all
45
62
example-android :
46
63
name : " Example - Android"
47
64
platform : ubuntu1804
You can’t perform that action at this time.
0 commit comments