drone: incorporate make check.

awsm
Samy Al Bahra 6 years ago
parent 5e95046147
commit 37a65fd915

@ -9,7 +9,8 @@ steps:
image: gcc
pull: true
commands:
- ./tools/ci-build.sh
- ./tools/ci-build.sh --cores=4
- make check
---
kind: pipeline
@ -23,4 +24,5 @@ steps:
image: gcc
pull: true
commands:
- ./tools/ci-build.sh
- ./tools/ci-build.sh --cores=4
- make check

Loading…
Cancel
Save