2019-01-09 14:51:39 +00:00
|
|
|
---
|
|
|
|
platforms:
|
|
|
|
ubuntu1604:
|
|
|
|
run_targets:
|
|
|
|
build_targets:
|
|
|
|
- "..."
|
|
|
|
test_flags:
|
|
|
|
- "--test_timeout=300"
|
|
|
|
test_targets:
|
|
|
|
- "..."
|
|
|
|
ubuntu1804:
|
|
|
|
run_targets:
|
|
|
|
build_targets:
|
|
|
|
- "..."
|
|
|
|
test_flags:
|
|
|
|
- "--test_timeout=300"
|
|
|
|
test_targets:
|
|
|
|
- "..."
|
|
|
|
ubuntu1804_nojava:
|
|
|
|
run_targets:
|
|
|
|
build_flags:
|
2019-04-24 11:54:25 +00:00
|
|
|
- "--javabase=@openjdk11_linux_archive//:runtime"
|
2019-01-09 14:51:39 +00:00
|
|
|
build_targets:
|
|
|
|
- "..."
|
|
|
|
test_flags:
|
|
|
|
- "--test_timeout=300"
|
2019-04-24 11:54:25 +00:00
|
|
|
- "--javabase=@openjdk11_linux_archive//:runtime"
|
2019-01-09 14:51:39 +00:00
|
|
|
test_targets:
|
|
|
|
- "..."
|
|
|
|
macos:
|
|
|
|
run_targets:
|
|
|
|
build_targets:
|
|
|
|
- "..."
|
|
|
|
test_flags:
|
|
|
|
- "--test_timeout=300"
|
|
|
|
test_targets:
|
|
|
|
- "..."
|
|
|
|
windows:
|
|
|
|
run_targets:
|
|
|
|
build_targets:
|
|
|
|
- "..."
|
|
|
|
test_flags:
|
|
|
|
- "--test_timeout=300"
|
|
|
|
test_targets:
|
|
|
|
- "..."
|