Let's try sh-on-windows as well.
This commit is contained in:
parent
10785e9791
commit
d1a00f2f48
10
.drone.yml
10
.drone.yml
|
@ -1,4 +1,7 @@
|
||||||
|
clone:
|
||||||
|
depth: 10
|
||||||
build:
|
build:
|
||||||
|
cygwin:
|
||||||
image: teaci/cygwin32
|
image: teaci/cygwin32
|
||||||
pull: true
|
pull: true
|
||||||
shell: cygwin32
|
shell: cygwin32
|
||||||
|
@ -7,4 +10,11 @@ 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue