blob: 64eb4d3e8fbb88f505b1b5c79dacd20e70edcc60 [file] [log] [blame]
{
"platforms": {
"ubuntu1404": {
"shell_commands": [
"sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^# android_ndk_repository/android_ndk_repository/' WORKSPACE",
"rm -f WORKSPACE.bak"
],
"build_targets": [
"//src:bazel"
],
"test_flags": [
"--test_timeout=900"
],
"test_targets": [
"--",
"//scripts/...",
"//src/test/...",
"//third_party/ijar/...",
"//tools/android/...",
"-//src/test/shell/bazel/android:android_ndk_integration_test"
]
},
"ubuntu1604": {
"shell_commands": [
"sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^# android_ndk_repository/android_ndk_repository/' WORKSPACE",
"rm -f WORKSPACE.bak"
],
"build_targets": [
"//src:bazel"
],
"test_flags": [
"--test_timeout=900"
],
"test_targets": [
"--",
"//scripts/...",
"//src/test/...",
"//third_party/ijar/...",
"//tools/android/...",
"-//src/test/shell/bazel/android:android_ndk_integration_test"
]
},
"macos": {
"shell_commands": [
"sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^# android_ndk_repository/android_ndk_repository/' WORKSPACE",
"rm -f WORKSPACE.bak"
],
"build_targets": [
"//src:bazel"
],
"test_flags": [
"--test_timeout=900"
],
"test_targets": [
"--",
"//scripts/...",
"//src/test/...",
"//third_party/ijar/...",
"//tools/android/...",
"-//src/test/shell/bazel/android:android_ndk_integration_test",
"-//src/test/shell/bazel:bazel_determinism_test",
"-//src/test/shell/bazel:bazel_java_test",
"-//src/test/shell/bazel:bazel_bootstrap_distfile_test",
"-//src/test/shell/bazel:remote_execution_test",
"-//src/test/shell/bazel:remote_execution_http_test",
"-//src/test/shell/bazel:skylark_git_repository_test",
"-//src/test/shell/bazel:external_path_test",
"-//src/test/py/bazel:runfiles_test",
"-//src/test/shell/bazel:git_repository_test",
"-//src/test/shell/bazel/android:aar_integration_test",
"-//src/test/shell/bazel/android:android_integration_test"
]
},
"windows": {
"build_flags": [
"--copt=-w",
"--host_copt=-w"
],
"build_targets": [
"//src:bazel"
],
"test_flags": [
"--copt=-w",
"--host_copt=-w",
"--test_env=TEMP",
"--test_timeout=900"
],
"test_targets": [
"//src:all_windows_tests"
]
}
}
}