parent
c34dbe9873
commit
831a6f8232
@ -3,19 +3,23 @@ platforms:
|
|||||||
ubuntu1804:
|
ubuntu1804:
|
||||||
build_flags:
|
build_flags:
|
||||||
- "--features=layering_check"
|
- "--features=layering_check"
|
||||||
|
- "--copt=-Werror"
|
||||||
build_targets:
|
build_targets:
|
||||||
- "//..."
|
- "//..."
|
||||||
test_flags:
|
test_flags:
|
||||||
- "--features=layering_check"
|
- "--features=layering_check"
|
||||||
|
- "--copt=-Werror"
|
||||||
test_targets:
|
test_targets:
|
||||||
- "//..."
|
- "//..."
|
||||||
macos:
|
macos:
|
||||||
build_flags:
|
build_flags:
|
||||||
- "--features=layering_check"
|
- "--features=layering_check"
|
||||||
|
- "--copt=-Werror"
|
||||||
build_targets:
|
build_targets:
|
||||||
- "//..."
|
- "//..."
|
||||||
test_flags:
|
test_flags:
|
||||||
- "--features=layering_check"
|
- "--features=layering_check"
|
||||||
|
- "--copt=-Werror"
|
||||||
test_targets:
|
test_targets:
|
||||||
- "//..."
|
- "//..."
|
||||||
windows:
|
windows:
|
||||||
@ -24,9 +28,11 @@ platforms:
|
|||||||
BAZEL_VC: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC"
|
BAZEL_VC: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC"
|
||||||
build_flags:
|
build_flags:
|
||||||
- "--features=layering_check"
|
- "--features=layering_check"
|
||||||
|
- "--copt=/WX"
|
||||||
build_targets:
|
build_targets:
|
||||||
- "//..."
|
- "//..."
|
||||||
test_flags:
|
test_flags:
|
||||||
- "--features=layering_check"
|
- "--features=layering_check"
|
||||||
|
- "--copt=/WX"
|
||||||
test_targets:
|
test_targets:
|
||||||
- "//..."
|
- "//..."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user