Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Dec 8, 2021
1 parent 9d48114 commit 5589fc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ tasks:
windows_examples:
name: Examples
platform: windows
build_flags:
- "--experimental_ui_max_stdouterr_bytes=999999999"
working_directory: examples
windows_targets: &windows_targets
- "//..."
Expand Down
1 change: 1 addition & 0 deletions examples/third_party/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ test_suite(
"//apr:apr_build_test",
"//curl:curl_test_suite",
"//openssl:openssl_test_suite",
"//python:python_tests",
# TODO: Add more windows tests
],
)
1 change: 1 addition & 0 deletions examples/third_party/python/BUILD.python3.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ configure_make(
"@openssl",
"@zlib",
],
postfix_script = "exit 1",
)

filegroup(
Expand Down

0 comments on commit 5589fc7

Please sign in to comment.