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:
Yury V. Zaytsev 2016-11-13 11:47:23 +01:00
parent 6f6ddefeb0
commit d1766655d3
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ set -x
function do_build() {
make
make check || true
make -k check || true
make install
}