btrfs-progs/ci/build-default
David Sterba d4bc1bf290 btrfs-progs: ci: build test programs
The test programs are not build by default but we want at least the
build coverage, so add them. Also make the build parallel.

Signed-off-by: David Sterba <dsterba@suse.com>
2023-02-28 19:49:30 +01:00

18 lines
373 B
Bash
Executable file

#!/bin/sh
# usage: $0 [optional arguments to configure]
if ! [ -f "./autogen.sh" ]; then
echo "ERROR: cannot find autogen.sh, run from the top level directory"
exit 1
fi
set -e
jobs=`grep -c ^processor /proc/cpuinfo`
./autogen.sh
./configure "$@"
echo "D=$D"
make -j $jobs
make hash-speedtest hash-vectest ioctl-test json-formatter-test string-table-test