btrfs-progs/ci/build-default
David Sterba e1e1514a84 btrfs-progs: ci: make box target by default in all images
The 'box' target is not that different from the default one regarding
dependencies so build it as well by default for better coverage.

Signed-off-by: David Sterba <dsterba@suse.com>
2024-04-18 19:16:15 +02:00

19 lines
397 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 -j $jobs btrfs.box
make hash-speedtest hash-vectest ioctl-test json-formatter-test string-table-test