From: David Given Date: Sat, 1 Sep 2018 09:04:12 +0000 (+0200) Subject: Install ninja before building. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2666268af71284140b4be3a9a5dbdbfc64630af8;p=ack.git Install ninja before building. --- diff --git a/.drone.yml b/.drone.yml index 02f9d8c85..c037e50df 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,5 +3,6 @@ build: pull: true shell: mingw32 commands: + - pacman -S --needed --noconfirm --noprogressbar ninja - make PREFIX=/tmp/acki +ack