mirror of https://github.com/bazelbuild/rules_cc
Add config with bazelversions
This commit is contained in:
parent
b8be74cc45
commit
9d533a919d
|
@ -1,53 +1,17 @@
|
||||||
---
|
---
|
||||||
platforms:
|
platforms:
|
||||||
ubuntu1404:
|
ubuntu1404:
|
||||||
run_targets:
|
shell_commands:
|
||||||
|
- echo 0.21.0 > .bazelversion
|
||||||
build_targets:
|
build_targets:
|
||||||
- "..."
|
- "//..."
|
||||||
test_flags:
|
|
||||||
- "--test_timeout=300"
|
|
||||||
test_targets:
|
|
||||||
- "..."
|
|
||||||
ubuntu1604:
|
ubuntu1604:
|
||||||
run_targets:
|
shell_commands:
|
||||||
|
- echo 0.20.0 > .bazelversion
|
||||||
build_targets:
|
build_targets:
|
||||||
- "..."
|
- "//..."
|
||||||
test_flags:
|
|
||||||
- "--test_timeout=300"
|
|
||||||
test_targets:
|
|
||||||
- "..."
|
|
||||||
ubuntu1804:
|
ubuntu1804:
|
||||||
run_targets:
|
shell_commands:
|
||||||
|
- echo 0.19.2 > .bazelversion
|
||||||
build_targets:
|
build_targets:
|
||||||
- "..."
|
- "//..."
|
||||||
test_flags:
|
|
||||||
- "--test_timeout=300"
|
|
||||||
test_targets:
|
|
||||||
- "..."
|
|
||||||
ubuntu1804_nojava:
|
|
||||||
run_targets:
|
|
||||||
build_flags:
|
|
||||||
- "--javabase=@openjdk_linux_archive//:runtime"
|
|
||||||
build_targets:
|
|
||||||
- "..."
|
|
||||||
test_flags:
|
|
||||||
- "--test_timeout=300"
|
|
||||||
- "--javabase=@openjdk_linux_archive//:runtime"
|
|
||||||
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:
|
|
||||||
- "..."
|
|
||||||
|
|
Loading…
Reference in New Issue