Explicitly name the nested workspace for tests on Bazel CI (#230)
Explicitly name the nested workspace for tests on Bazel CI
This commit is contained in:
parent
bb9d86c1f2
commit
a3593905f7
|
@ -1,14 +1,22 @@
|
|||
---
|
||||
platforms:
|
||||
tasks:
|
||||
ubuntu1804:
|
||||
platform: ubuntu1804
|
||||
working_directory: examples
|
||||
test_targets:
|
||||
- "@rules_foreign_cc_tests//:tests"
|
||||
- "//:tests"
|
||||
ubuntu1604:
|
||||
platform: ubuntu1604
|
||||
working_directory: examples
|
||||
test_targets:
|
||||
- "@rules_foreign_cc_tests//:tests_no_synthetic"
|
||||
- "//:tests_no_synthetic"
|
||||
macos:
|
||||
platform: macos
|
||||
working_directory: examples
|
||||
test_targets:
|
||||
- "@rules_foreign_cc_tests//:cmake_tests"
|
||||
- "//:cmake_tests"
|
||||
windows:
|
||||
platform: windows
|
||||
working_directory: examples
|
||||
test_targets:
|
||||
- "@rules_foreign_cc_tests//:win_tests"
|
||||
- "//:win_tests"
|
||||
|
|
Loading…
Reference in New Issue