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>
This commit is contained in:
David Sterba 2023-02-14 23:24:03 +01:00
parent 6048ff5a47
commit d4bc1bf290
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,10 @@ fi
set -e
jobs=`grep -c ^processor /proc/cpuinfo`
./autogen.sh
./configure "$@"
echo "D=$D"
make
make -j $jobs
make hash-speedtest hash-vectest ioctl-test json-formatter-test string-table-test