scirpt: build script.
This commit is contained in:
@@ -1,2 +1,11 @@
|
||||
cmake -B../build -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/data/data/com.termux/files/usr/lib -S../
|
||||
cmake --build ../build --config Release
|
||||
#!/bin/bash
|
||||
cd ..
|
||||
xmake f -a x64 -m release --qt="/data/data/com.termux/files/usr/lib" --qt5=y -o build-linux -v
|
||||
xmake
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "xmake command executed successfully"
|
||||
else
|
||||
echo "xmake command failed"
|
||||
exit 1
|
||||
fi
|
||||
Reference in New Issue
Block a user