blob: 6b2d5b4758f7b8bda27d4d077d457f8d5c167e28 [file] [log] [blame]
---
platforms:
ubuntu1404:
build_targets:
- "..."
- "@examples//..."
test_targets:
- "..."
- "@examples//..."
ubuntu1604:
build_targets:
- "..."
- "@examples//..."
test_targets:
- "..."
- "@examples//..."
macos:
targets: &targets
- "--" # Hack for https://github.com/bazelbuild/continuous-integration/pull/245
- "..."
- "@examples//..."
# Skip tests for dylib support on osx, since we don't support it yet.
- "-@examples//ffi/rust_calling_c:matrix_dylib_test"
- "-@examples//ffi/rust_calling_c:matrix_dynamically_linked"
build_targets: *targets
test_targets: *targets
rbe_ubuntu1604:
test_targets:
- "--"
- "//test/..."
- "@examples//..."
- "-//test/conflicting_deps:conflicting_deps_test"
# rust_doc_test is likely not fully sandboxed
- "-//test/chained_direct_deps:mod3_doc_test"
- "-@examples//fibonacci:fibonacci_doc_test"
- "-@examples//hello_lib:hello_lib_doc_test"
- "-//tools/runfiles:runfiles_doc_test"