summaryrefslogtreecommitdiff
path: root/bin/cibuild
blob: ac81139be3e8faaaf5d5ae499423083d064c8092 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -e

[ -n "$DEBUG" ] && set -x

cd "$(dirname "$0")/.."

[ -n "$CI" ] && ./bin/bootstrap
./bin/setup
./bin/test