Build scripts: support building from a tag/commit

This commit is contained in:
SChernykh
2025-07-05 23:13:52 +02:00
parent 758b55f354
commit 2822c6abb5
28 changed files with 69 additions and 57 deletions

View File

@@ -17,18 +17,6 @@ if [ $? -ne 0 ]; then
images/ubuntu/build.sh
fi
rm -f p2pool.tar
tar -f p2pool.tar -c ../cmake -c ../external -c ../patches -c ../src -c ../CMakeLists.txt -c ../LICENSE -c ../README.md
ln p2pool.tar freebsd_aarch64/p2pool.tar
ln p2pool.tar freebsd_x64/p2pool.tar
ln p2pool.tar linux_aarch64/p2pool.tar
ln p2pool.tar linux_riscv64/p2pool.tar
ln p2pool.tar linux_x64/p2pool.tar
ln p2pool.tar windows_x64/p2pool.tar
ln p2pool.tar macos_aarch64/p2pool.tar
ln p2pool.tar macos_x64/p2pool.tar
gnome-terminal --tab -- freebsd_aarch64/build.sh $1
gnome-terminal --tab -- freebsd_x64/build.sh $1
gnome-terminal --tab -- linux_aarch64/build.sh $1