From 2bd5d3faaea5260b8b14aed71d1050cdcf38a5c4 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Thu, 9 Mar 2017 13:26:21 -0500 Subject: [PATCH] add build.sh for teamcity --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 000000000..1105489f8 --- /dev/null +++ b/build.sh @@ -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 \ No newline at end of file