aboutsummaryrefslogtreecommitdiffstats
path: root/.buildkite/cpp.sh
blob: 1403bb916b11100c8a074cd37747500876373c92 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash

set -euo pipefail

source /etc/profile.d/enable-gcc-toolset.sh

cd "$SOURCE_DIR"
make -j "$NUM_CPP_THREADS"