mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-31 04:02:57 +03:00
maint: try to build & run as much tests as possible with -k
make option
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
This commit is contained in:
parent
6f6ddefeb0
commit
d1766655d3
@ -29,7 +29,7 @@ set -x
|
||||
|
||||
function do_build() {
|
||||
make
|
||||
make check || true
|
||||
make -k check || true
|
||||
make install
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user