Cygwin setup is very slow, so put sh-on-windows first for testing.

This commit is contained in:
David Given 2018-09-01 11:17:50 +02:00
parent d1a00f2f48
commit e886186890

View file

@ -1,6 +1,13 @@
clone: clone:
depth: 10 depth: 10
build: build:
linuxonwindows:
image: teaci/msys32
pull: true
shell: sh
commands:
- apt install build-essentials ninja
- make
cygwin: cygwin:
image: teaci/cygwin32 image: teaci/cygwin32
pull: true pull: true
@ -10,11 +17,4 @@ build:
- id - id
- C:/cygwin-installer.exe --site http://mirrors.tea-ci.org/cygwin --local-package-dir Z:/tmp/cygwin -W -P ninja - 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 - make PREFIX=/tmp/acki +ack
linuxonwindows:
image: teaci/msys32
pull: true
shell: sh
commands:
- apt install build-essentials ninja
- make