From 37a65fd91556f15fb3e6ce6faff8bc1a86069651 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sun, 12 May 2019 19:45:28 -0400 Subject: [PATCH] drone: incorporate make check. --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3002f58..1a97183 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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