Skip to content

Commit

Permalink
Don't use ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Oct 9, 2022
1 parent bb6dbba commit af7e074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/buildkite/build-cpu.sh
Expand Up @@ -16,7 +16,7 @@ $command_wrapper rm -fv dmlc-core/include/dmlc/build_config_default.h
echo "--- Build libxgboost from the source"
$command_wrapper tests/ci_build/build_via_cmake.sh -DPLUGIN_DENSE_PARSER=ON -DPLUGIN_FEDERATED=ON
echo "--- Run Google Test"
$command_wrapper bash -c "cd build && ctest --extra-verbose"
$command_wrapper bash -c "cd build && ./testxgboost"
echo "--- Stash XGBoost CLI executable"
buildkite-agent artifact upload ./xgboost

Expand Down

0 comments on commit af7e074

Please sign in to comment.