Experiment with a build matrix and msys32.
This commit is contained in:
parent
a7719a8fe6
commit
b57900c638
20
.drone.yml
20
.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
|
||||
|
||||
|
|
Loading…
Reference in a new issue