From d1a00f2f4880e6f46563277e728f0f07d01ae51c Mon Sep 17 00:00:00 2001 From: David Given Date: Sat, 1 Sep 2018 11:12:14 +0200 Subject: [PATCH] Let's try sh-on-windows as well. --- .drone.yml | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index c8c6e338b..8303212f9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,10 +1,20 @@ +clone: + depth: 10 build: - image: teaci/cygwin32 - pull: true - shell: cygwin32 - commands: - - 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 + cygwin: + image: teaci/cygwin32 + pull: true + shell: cygwin32 + commands: + - 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 + linuxonwindows: + image: teaci/msys32 + pull: true + shell: sh + commands: + - apt install build-essentials ninja + - make