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

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

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

./bin/bootstrap
./bin/setup
./bin/test