parent
0863ad797c
commit
d4e8ebab7e
@ -1,25 +1,41 @@
|
|||||||
---
|
---
|
||||||
platforms:
|
platforms:
|
||||||
ubuntu1604:
|
ubuntu1604:
|
||||||
|
build_flags:
|
||||||
|
- "--features=layering_check"
|
||||||
build_targets:
|
build_targets:
|
||||||
- "..."
|
- "..."
|
||||||
|
test_flags:
|
||||||
|
- "--features=layering_check"
|
||||||
test_targets:
|
test_targets:
|
||||||
- "..."
|
- "..."
|
||||||
ubuntu1804:
|
ubuntu1804:
|
||||||
|
build_flags:
|
||||||
|
- "--features=layering_check"
|
||||||
build_targets:
|
build_targets:
|
||||||
- "..."
|
- "..."
|
||||||
|
test_flags:
|
||||||
|
- "--features=layering_check"
|
||||||
test_targets:
|
test_targets:
|
||||||
- "..."
|
- "..."
|
||||||
macos:
|
macos:
|
||||||
|
build_flags:
|
||||||
|
- "--features=layering_check"
|
||||||
build_targets:
|
build_targets:
|
||||||
- "..."
|
- "..."
|
||||||
|
test_flags:
|
||||||
|
- "--features=layering_check"
|
||||||
test_targets:
|
test_targets:
|
||||||
- "..."
|
- "..."
|
||||||
windows:
|
windows:
|
||||||
# Optional: use VS 2017 instead of 2015.
|
# Optional: use VS 2017 instead of 2015.
|
||||||
environment:
|
environment:
|
||||||
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:
|
||||||
|
- "--features=layering_check"
|
||||||
build_targets:
|
build_targets:
|
||||||
- "..."
|
- "..."
|
||||||
|
test_flags:
|
||||||
|
- "--features=layering_check"
|
||||||
test_targets:
|
test_targets:
|
||||||
- "..."
|
- "..."
|
||||||
|
|||||||
@ -4,5 +4,6 @@ cc_test(
|
|||||||
srcs = ["main.cc"],
|
srcs = ["main.cc"],
|
||||||
deps = [
|
deps = [
|
||||||
"//:glog",
|
"//:glog",
|
||||||
|
"@com_github_gflags_gflags//:gflags",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user