build: reduce iteration count for drone.

awsm
Samy Al Bahra 6 years ago
parent 37a65fd915
commit 055a13c180

@ -24,5 +24,6 @@ steps:
image: gcc image: gcc
pull: true pull: true
commands: commands:
- export CFLAGS="-DITERATE=400 -DPAIRS_S=100 -DITERATIONS=24"
- ./tools/ci-build.sh --cores=4 - ./tools/ci-build.sh --cores=4
- make check - make check

Loading…
Cancel
Save