2018-04-26 17:52:06 +00:00
|
|
|
---
|
2019-03-07 13:25:20 +00:00
|
|
|
tasks:
|
2018-08-13 10:44:53 +00:00
|
|
|
ubuntu1804:
|
2019-03-07 13:25:20 +00:00
|
|
|
platform: ubuntu1804
|
|
|
|
working_directory: examples
|
2018-08-13 11:09:30 +00:00
|
|
|
test_targets:
|
2019-03-07 13:25:20 +00:00
|
|
|
- "//:tests"
|
2018-04-26 17:52:06 +00:00
|
|
|
ubuntu1604:
|
2019-03-07 13:25:20 +00:00
|
|
|
platform: ubuntu1604
|
|
|
|
working_directory: examples
|
2018-08-13 11:09:30 +00:00
|
|
|
test_targets:
|
2019-03-07 13:25:20 +00:00
|
|
|
- "//:tests_no_synthetic"
|
2018-04-26 17:52:06 +00:00
|
|
|
macos:
|
2019-03-07 13:25:20 +00:00
|
|
|
platform: macos
|
|
|
|
working_directory: examples
|
2018-08-13 11:09:30 +00:00
|
|
|
test_targets:
|
2019-03-07 13:25:20 +00:00
|
|
|
- "//:cmake_tests"
|
2019-01-18 17:43:37 +00:00
|
|
|
windows:
|
2019-03-07 13:25:20 +00:00
|
|
|
platform: windows
|
|
|
|
working_directory: examples
|
2019-01-18 17:43:37 +00:00
|
|
|
test_targets:
|
2019-03-07 13:25:20 +00:00
|
|
|
- "//:win_tests"
|
2019-03-11 15:50:39 +00:00
|
|
|
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"
|