This commit is contained in:
brindosch 2016-08-30 23:39:07 +02:00
parent 146d7b67f7
commit c5beedf241
1 changed files with 0 additions and 2 deletions

View File

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