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: build:
image: teaci/cygwin32 cygwin:
pull: true image: teaci/cygwin32
shell: cygwin32 pull: true
commands: shell: cygwin32
- uname -a commands:
- id - uname -a
- C:/cygwin-installer.exe --site http://mirrors.tea-ci.org/cygwin --local-package-dir Z:/tmp/cygwin -W -P ninja - id
- make PREFIX=/tmp/acki +ack - 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