ack/.drone.yml
2018-09-01 11:31:45 +02:00

16 lines
294 B
YAML

clone:
depth: 10
build:
image: teaci/msys32
pull: true
shell: $$shell
commands:
- if [ $$arch == sh ]; then apt update; apt install build-essential bison flex; fi
- make PREFIX=/tmp/acki +ack
matrix:
arch:
- sh
- msys32