This commit is contained in:
brindosch 2016-08-30 23:19:04 +02:00
parent 73258809d1
commit 146d7b67f7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ mkdir build || exit 1
cd build
# Compile hyperion for tags
if [[ -n $TRAVIS_TAG ]]
if [[ -n $TRAVIS_TAG ]]; then
echo "This is a tag build "
exit 10
cmake -DPLATFORM=x86 -DCMAKE_BUILD_TYPE=Release .. || exit 2