build: Private beta tag
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ if [ $PLATFORM == "Linux" ] || [ $PLATFORM == "MacOS" ]; then
|
|||||||
cd build/Debug && cmake -G Ninja -DCMAKE_BUILD_TYPE="Debug" ../..
|
cd build/Debug && cmake -G Ninja -DCMAKE_BUILD_TYPE="Debug" ../..
|
||||||
|
|
||||||
echo -e $INFO "run cmake with Release configuration"
|
echo -e $INFO "run cmake with Release configuration"
|
||||||
cd ../Release && cmake -G Xcode -DCMAKE_BUILD_TYPE="Release" ../..
|
cd ../Release && cmake -G Ninja -DCMAKE_BUILD_TYPE="Release" ../..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e $SUCCESS "setup complete"
|
echo -e $SUCCESS "setup complete"
|
||||||
|
|||||||
Reference in New Issue
Block a user