add build.sh for teamcity
This commit is contained in:
parent
48a8aab292
commit
2bd5d3faae
1 changed files with 5 additions and 0 deletions
5
build.sh
Executable file
5
build.sh
Executable 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
|
Loading…
Add table
Reference in a new issue