From: David Given Date: Sat, 1 Sep 2018 09:17:50 +0000 (+0200) Subject: Cygwin setup is very slow, so put sh-on-windows first for testing. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e886186890999e8b5830931e45afb04a201062ae;p=ack.git Cygwin setup is very slow, so put sh-on-windows first for testing. --- diff --git a/.drone.yml b/.drone.yml index 8303212f9..41cbed944 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,13 @@ clone: depth: 10 build: + linuxonwindows: + image: teaci/msys32 + pull: true + shell: sh + commands: + - apt install build-essentials ninja + - make cygwin: image: teaci/cygwin32 pull: true @@ -10,11 +17,4 @@ build: - 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 - linuxonwindows: - image: teaci/msys32 - pull: true - shell: sh - commands: - - apt install build-essentials ninja - - make