ack/.drone.yml
2018-09-01 11:25:03 +02:00

22 lines
523 B
YAML

clone:
depth: 10
build:
linuxonwindows:
image: teaci/msys32
pull: true
shell: sh
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
- make PREFIX=/tmp/acki +ack