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