This commit is contained in:
brindosch 2016-08-30 23:15:59 +02:00
parent a7da6cb3d9
commit 73258809d1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ cd build
# Compile hyperion for tags
if [[ -n $TRAVIS_TAG ]]
echo "This is a tag build"
echo "This is a tag build "
exit 10
cmake -DPLATFORM=x86 -DCMAKE_BUILD_TYPE=Release .. || exit 2
make -j$(nproc) || exit 3