2018-04-26 17:52:06 +00:00
|
|
|
---
|
2019-03-07 13:25:20 +00:00
|
|
|
tasks:
|
2021-01-25 19:07:05 +00:00
|
|
|
ubuntu2004:
|
|
|
|
platform: ubuntu2004
|
|
|
|
build_targets:
|
|
|
|
- "//..."
|
|
|
|
test_targets:
|
|
|
|
- "//..."
|
|
|
|
macos:
|
|
|
|
platform: macos
|
|
|
|
build_targets:
|
|
|
|
- "//..."
|
|
|
|
test_targets:
|
|
|
|
- "//..."
|
|
|
|
windows:
|
|
|
|
platform: windows
|
|
|
|
build_targets:
|
|
|
|
- "//..."
|
|
|
|
test_targets:
|
|
|
|
- "//..."
|
|
|
|
# TODO: TODO make issue
|
|
|
|
- "-//test:shell_method_symlink_contents_to_dir_test"
|
|
|
|
- "-//test:shell_script_inner_fun_test"
|
|
|
|
ubuntu2004_examples:
|
|
|
|
name: Examples
|
|
|
|
platform: ubuntu2004
|
2019-03-07 13:25:20 +00:00
|
|
|
working_directory: examples
|
2019-08-06 12:35:02 +00:00
|
|
|
build_targets:
|
|
|
|
- "//cmake_android:app"
|
2018-08-13 11:09:30 +00:00
|
|
|
test_targets:
|
2021-01-25 19:07:05 +00:00
|
|
|
- "//:tests"
|
|
|
|
ubuntu1804_examples:
|
|
|
|
name: Examples
|
|
|
|
platform: ubuntu1804
|
2019-03-07 13:25:20 +00:00
|
|
|
working_directory: examples
|
2019-08-06 12:35:02 +00:00
|
|
|
build_targets:
|
|
|
|
- "//cmake_android:app"
|
2018-08-13 11:09:30 +00:00
|
|
|
test_targets:
|
2019-03-07 13:25:20 +00:00
|
|
|
- "//:tests_no_synthetic"
|
2021-01-25 19:07:05 +00:00
|
|
|
macos_examples:
|
|
|
|
name: Examples
|
2019-03-07 13:25:20 +00:00
|
|
|
platform: macos
|
|
|
|
working_directory: examples
|
2019-08-06 12:35:02 +00:00
|
|
|
build_targets:
|
|
|
|
- "//cmake_android:app"
|
2018-08-13 11:09:30 +00:00
|
|
|
test_targets:
|
2019-11-26 18:13:54 +00:00
|
|
|
- "//:mac_tests"
|
2021-01-25 19:07:05 +00:00
|
|
|
windows_examples:
|
|
|
|
name: Examples
|
2019-03-07 13:25:20 +00:00
|
|
|
platform: windows
|
|
|
|
working_directory: examples
|
2021-01-25 15:44:44 +00:00
|
|
|
test_flags:
|
|
|
|
- "--enable_runfiles"
|
2019-01-18 17:43:37 +00:00
|
|
|
test_targets:
|
2019-03-07 13:25:20 +00:00
|
|
|
- "//:win_tests"
|
2021-01-25 19:07:05 +00:00
|
|
|
ubuntu2004_flags:
|
|
|
|
name: Flags
|
|
|
|
platform: ubuntu2004
|
2019-03-11 15:50:39 +00:00
|
|
|
working_directory: test/standard_cxx_flags_test
|
|
|
|
test_targets:
|
|
|
|
- "//:flags_test"
|
2021-01-25 19:07:05 +00:00
|
|
|
ubuntu1804_flags:
|
|
|
|
name: Flags
|
|
|
|
platform: ubuntu1804
|
2019-03-11 15:50:39 +00:00
|
|
|
working_directory: test/standard_cxx_flags_test
|
|
|
|
test_targets:
|
|
|
|
- "//:flags_test"
|
|
|
|
macos_flags:
|
2021-01-25 19:07:05 +00:00
|
|
|
name: Flags
|
2019-03-11 15:50:39 +00:00
|
|
|
platform: macos
|
|
|
|
working_directory: test/standard_cxx_flags_test
|
|
|
|
test_targets:
|
|
|
|
- "//:flags_test"
|
|
|
|
windows_flags:
|
2021-01-25 19:07:05 +00:00
|
|
|
name: Flags
|
2019-03-11 15:50:39 +00:00
|
|
|
platform: windows
|
|
|
|
working_directory: test/standard_cxx_flags_test
|
|
|
|
test_targets:
|
|
|
|
- "//:flags_test"
|
2021-01-25 19:07:05 +00:00
|
|
|
ubuntu2004_detect_root:
|
|
|
|
name: Detect root
|
|
|
|
platform: ubuntu2004
|
2020-04-30 09:17:48 +00:00
|
|
|
working_directory: test/detect_root_test
|
|
|
|
test_targets:
|
|
|
|
- "//:tests"
|
2021-01-25 19:07:05 +00:00
|
|
|
ubuntu1804_detect_root:
|
|
|
|
name: Detect root
|
|
|
|
platform: ubuntu1804
|
2020-04-30 09:17:48 +00:00
|
|
|
working_directory: test/detect_root_test
|
|
|
|
test_targets:
|
|
|
|
- "//:tests"
|
|
|
|
macos_detect_root:
|
2021-01-25 19:07:05 +00:00
|
|
|
name: Detect root
|
2020-04-30 09:17:48 +00:00
|
|
|
platform: macos
|
|
|
|
working_directory: test/detect_root_test
|
|
|
|
test_targets:
|
|
|
|
- "//:tests"
|
|
|
|
windows_detect_root:
|
2021-01-25 19:07:05 +00:00
|
|
|
name: Detect root
|
2020-04-30 09:17:48 +00:00
|
|
|
platform: windows
|
|
|
|
working_directory: test/detect_root_test
|
|
|
|
test_targets:
|
|
|
|
- "//:tests"
|
2021-01-24 23:23:19 +00:00
|
|
|
docs_linux:
|
|
|
|
name: Docs
|
|
|
|
platform: ubuntu2004
|
|
|
|
working_directory: docs
|
|
|
|
build_targets:
|
2021-01-25 19:07:05 +00:00
|
|
|
- //...
|
|
|
|
min_supported_version:
|
|
|
|
name: "Minimum Supported Version"
|
|
|
|
bazel: "3.4.0"
|
|
|
|
platform: ubuntu1604
|
|
|
|
build_targets:
|
|
|
|
- "//..."
|
|
|
|
test_targets:
|
|
|
|
- "//..."
|
|
|
|
min_supported_version_examples:
|
|
|
|
name: "Minimum Supported Version Examples"
|
|
|
|
bazel: "3.4.0"
|
|
|
|
platform: ubuntu1604
|
|
|
|
working_directory: examples
|
|
|
|
build_targets:
|
|
|
|
- "//cmake_android:app"
|
|
|
|
test_targets:
|
|
|
|
- "//:tests_no_synthetic"
|