aboutsummaryrefslogtreecommitdiffstats
path: root/.buildkite/cpp-test.sh
blob: dafc754742d8d3a5e717fc45a40a3cbd02c52c6b (plain) (blame)
1
2
3
4
5
#!/bin/bash

set -euo pipefail

ctest3 --output-junit "$LOG_DIR/vespa-cpptest-results.xml" --output-on-failure -j "$NUM_CPU_LIMIT"