ack/.drone.yml

22 lines
523 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:
linuxonwindows:
image: teaci/msys32
pull: true
shell: sh
commands:
2018-09-01 09:19:16 +00:00
- apt update
2018-09-01 09:25:03 +00:00
- apt install build-essential bison flex
- make
2018-09-01 09:12:14 +00:00
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
2018-09-01 09:00:08 +00:00