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:
parent
6048ff5a47
commit
d4bc1bf290
|
@ -8,7 +8,10 @@ fi
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
jobs=`grep -c ^processor /proc/cpuinfo`
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure "$@"
|
./configure "$@"
|
||||||
echo "D=$D"
|
echo "D=$D"
|
||||||
make
|
make -j $jobs
|
||||||
|
make hash-speedtest hash-vectest ioctl-test json-formatter-test string-table-test
|
||||||
|
|
Loading…
Reference in New Issue