mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-11-27 02:43:28 +00:00
f00cd27f06
- explicitly pass the values of these options to corresponding compilation/link flags lists; add them to the end of the lists of they are not already there - please see the test in test/standard_cxx_flags_test
43 lines
988 B
YAML
43 lines
988 B
YAML
---
|
|
tasks:
|
|
ubuntu1804:
|
|
platform: ubuntu1804
|
|
working_directory: examples
|
|
test_targets:
|
|
- "//:tests"
|
|
ubuntu1604:
|
|
platform: ubuntu1604
|
|
working_directory: examples
|
|
test_targets:
|
|
- "//:tests_no_synthetic"
|
|
macos:
|
|
platform: macos
|
|
working_directory: examples
|
|
test_targets:
|
|
- "//:cmake_tests"
|
|
windows:
|
|
platform: windows
|
|
working_directory: examples
|
|
test_targets:
|
|
- "//:win_tests"
|
|
ubuntu1804_flags:
|
|
platform: ubuntu1804
|
|
working_directory: test/standard_cxx_flags_test
|
|
test_targets:
|
|
- "//:flags_test"
|
|
ubuntu1604_flags:
|
|
platform: ubuntu1604
|
|
working_directory: test/standard_cxx_flags_test
|
|
test_targets:
|
|
- "//:flags_test"
|
|
macos_flags:
|
|
platform: macos
|
|
working_directory: test/standard_cxx_flags_test
|
|
test_targets:
|
|
- "//:flags_test"
|
|
windows_flags:
|
|
platform: windows
|
|
working_directory: test/standard_cxx_flags_test
|
|
test_targets:
|
|
- "//:flags_test"
|