We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f664eb8 commit 9faacafCopy full SHA for 9faacaf
ci/do_ci.ps1
@@ -27,6 +27,8 @@ $PLUGIN_DIR = Join-Path "$SRC_DIR" "plugin"
27
28
$VCPKG_DIR = Join-Path "$SRC_DIR" "tools" "vcpkg"
29
30
+$CTEST_OUTPUT_ON_FAILURE = 1
31
+
32
switch ($action) {
33
"bazel.build" {
34
bazel $BAZEL_STARTUP_OPTIONS build $BAZEL_OPTIONS --action_env=VCPKG_DIR=$VCPKG_DIR --deleted_packages=opentracing-shim -- //...
0 commit comments