From 10785e97916c2be4976338484c6161ba1b473be3 Mon Sep 17 00:00:00 2001 From: David Given Date: Sat, 1 Sep 2018 11:07:28 +0200 Subject: [PATCH] msys32 doesn't work; try Cygwin instead. --- .drone.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index c037e50df..c8c6e338b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,8 +1,10 @@ build: - image: teaci/msys32 + image: teaci/cygwin32 pull: true - shell: mingw32 + shell: cygwin32 commands: - - pacman -S --needed --noconfirm --noprogressbar ninja + - uname -a + - id + - C:/cygwin-installer.exe --site http://mirrors.tea-ci.org/cygwin --local-package-dir Z:/tmp/cygwin -W -P ninja - make PREFIX=/tmp/acki +ack