Let's try sh-on-windows as well.
This commit is contained in:
parent
10785e9791
commit
d1a00f2f48
26
.drone.yml
26
.drone.yml
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue