From e886186890999e8b5830931e45afb04a201062ae Mon Sep 17 00:00:00 2001 From: David Given Date: Sat, 1 Sep 2018 11:17:50 +0200 Subject: [PATCH] Cygwin setup is very slow, so put sh-on-windows first for testing. --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 -- 2.34.1