mirror of https://github.com/MidnightCommander/mc
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…
Reference in New Issue