summaryrefslogtreecommitdiff
path: root/contrib/ci/jobs/1-build/build.sh
blob: 25a38946d38e943e95412bfb3b86fad5ac9ce870 (plain)
1
2
3
4
5
6
#!/bin/bash
set -exuo pipefail

./bootstrap
./configure --prefix=$HOME/local/
make