2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-27 02:43:28 +00:00
rules_foreign_cc/.bazelci/config.yaml
irengrig f00cd27f06
Pass --copt, --cxxopt, --conlyopt, --linkopt to cmake_external/configure_make rules (#235)
- 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
2019-03-11 16:50:39 +01:00

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"