Cygwin setup is very slow, so put sh-on-windows first for testing.
authorDavid Given <dg@cowlark.com>
Sat, 1 Sep 2018 09:17:50 +0000 (11:17 +0200)
committerDavid Given <dg@cowlark.com>
Sat, 1 Sep 2018 09:17:50 +0000 (11:17 +0200)
.drone.yml

index 8303212..41cbed9 100644 (file)
@@ -1,6 +1,13 @@
 clone:
     depth: 10
 build:
+    linuxonwindows:
+        image: teaci/msys32
+        pull: true
+        shell: sh
+        commands:
+          - apt install build-essentials ninja
+          - make
     cygwin:
         image: teaci/cygwin32
         pull: true
@@ -10,11 +17,4 @@ build:
           - 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