From b57900c638ee09ac9288d29eb492085b04e8a510 Mon Sep 17 00:00:00 2001 From: David Given Date: Sat, 1 Sep 2018 11:31:45 +0200 Subject: [PATCH] Experiment with a build matrix and msys32. --- .drone.yml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) 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 + -- 2.34.1