ack/.drone.yml

16 lines
293 B
YAML
Raw Normal View History

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