add build.sh for teamcity

This commit is contained in:
Alex Grintsvayg 2017-03-09 13:26:21 -05:00
parent 48a8aab292
commit 2bd5d3faae

5
build.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
# this is here because teamcity runs /build.sh to build the project
set -euxo pipefail
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
$DIR/build/build.sh