2018-09-01 09:12:14 +00:00
|
|
|
clone:
|
|
|
|
depth: 10
|
2018-09-01 09:00:08 +00:00
|
|
|
build:
|
2018-09-01 09:17:50 +00:00
|
|
|
image: teaci/msys32
|
|
|
|
pull: true
|
2018-09-01 09:32:26 +00:00
|
|
|
shell: $$arch
|
2018-09-01 09:17:50 +00:00
|
|
|
commands:
|
2018-09-01 09:34:29 +00:00
|
|
|
- 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
|
|
|
|
2018-09-01 09:31:45 +00:00
|
|
|
matrix:
|
|
|
|
arch:
|
|
|
|
- sh
|
|
|
|
- msys32
|
|
|
|
|