Let's try sh-on-windows as well.

This commit is contained in:
David Given 2018-09-01 11:12:14 +02:00
parent 10785e9791
commit d1a00f2f48

View file

@ -1,10 +1,20 @@
clone:
depth: 10
build:
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
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