From: David Given Date: Sat, 1 Sep 2018 09:31:45 +0000 (+0200) Subject: Experiment with a build matrix and msys32. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b57900c638ee09ac9288d29eb492085b04e8a510;p=ack.git Experiment with a build matrix and msys32. --- diff --git a/.drone.yml b/.drone.yml index f6a8f56b8..dc4c91292 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,21 +1,15 @@ clone: depth: 10 build: - linuxonwindows: image: teaci/msys32 pull: true - shell: sh + shell: $$shell commands: - - apt update - - apt install build-essential bison flex - - make - 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 + - if [ $$arch == sh ]; then apt update; apt install build-essential bison flex; fi - make PREFIX=/tmp/acki +ack +matrix: + arch: + - sh + - msys32 +