mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-23 12:14:24 +08:00
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>
This commit is contained in:
parent
e0b118e093
commit
e1e1514a84
@ -14,4 +14,5 @@ jobs=`grep -c ^processor /proc/cpuinfo`
|
||||
./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
|
||||
|
Loading…
Reference in New Issue
Block a user