21 lines
496 B
YAML
21 lines
496 B
YAML
clone:
|
|
depth: 10
|
|
build:
|
|
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
|
|
linuxonwindows:
|
|
image: teaci/msys32
|
|
pull: true
|
|
shell: sh
|
|
commands:
|
|
- apt install build-essentials ninja
|
|
- make
|
|
|