~ps-jenkins/ubuntu-push/ubuntu-vivid-proposed

1
2
3
4
5
6
7
#!/bin/bash
# For running tests in Jenkins by Tarmac
set -e
make bootstrap
make check
make check-race
make check-format