Skip to content
Closed
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ci/do_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,10 @@ elif [[ "$CI_TARGET" == "bazel.gcc" ]]; then

# Disable //test/config_test:example_configs_test so it does not fail because of excluded extensions above
echo "Testing ${TEST_TARGETS[*]} -//test/config_test:example_configs_test"
bazel_with_collection test "${BAZEL_BUILD_OPTIONS[@]}" -c fastbuild -- "${TEST_TARGETS[@]}" -//test/config_test:example_configs_test
bazel_with_collection test "${BAZEL_BUILD_OPTIONS[@]}" -c dbg -- "${TEST_TARGETS[@]}" -//test/config_test:example_configs_test

echo "bazel release build with gcc..."
bazel_binary_build fastbuild
echo "bazel debug binary with gcc..."
bazel_binary_build debug
exit 0
elif [[ "$CI_TARGET" == "bazel.debug" ]]; then
setup_clang_toolchain
Expand Down