drone: incorporate make check.

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

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

Loading…
Cancel
Save