From 055a13c18007a167959dd6ec5f0a911994954447 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sun, 12 May 2019 19:46:45 -0400 Subject: [PATCH] build: reduce iteration count for drone. --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 1a97183..4365048 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,5 +24,6 @@ steps: image: gcc pull: true commands: + - export CFLAGS="-DITERATE=400 -DPAIRS_S=100 -DITERATIONS=24" - ./tools/ci-build.sh --cores=4 - make check