mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
le
This commit is contained in:
parent
a7da6cb3d9
commit
73258809d1
@ -21,7 +21,7 @@ cd build
|
|||||||
|
|
||||||
# Compile hyperion for tags
|
# Compile hyperion for tags
|
||||||
if [[ -n $TRAVIS_TAG ]]
|
if [[ -n $TRAVIS_TAG ]]
|
||||||
echo "This is a tag build"
|
echo "This is a tag build "
|
||||||
exit 10
|
exit 10
|
||||||
cmake -DPLATFORM=x86 -DCMAKE_BUILD_TYPE=Release .. || exit 2
|
cmake -DPLATFORM=x86 -DCMAKE_BUILD_TYPE=Release .. || exit 2
|
||||||
make -j$(nproc) || exit 3
|
make -j$(nproc) || exit 3
|
||||||
|
Loading…
Reference in New Issue
Block a user