mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-28 18:02:44 +02:00
autotools: switch to autotools buildsystem
This commit is contained in:
15
qa/pull-tester/pull-tester.sh
Executable file
15
qa/pull-tester/pull-tester.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
# Helper script for pull-tester.
|
||||
#Param 1: path to bitcoin srcroot
|
||||
#Param ...: arguments for build-test.sh
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
echo "usage: $0 [bitcoin srcroot] build-test arguments..."
|
||||
fi
|
||||
|
||||
cd $1
|
||||
shift
|
||||
|
||||
./autogen.sh
|
||||
./configure
|
||||
./qa/pull-tester/build-tests.sh "$@"
|
Reference in New Issue
Block a user