From 7e7cb0d699a01ac089a80c2b6066b73eafff5265 Mon Sep 17 00:00:00 2001 From: konrad Date: Thu, 11 Jan 2018 15:15:22 +0100 Subject: [PATCH] Modified drone config to parallise static builds --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1450259..c26b2c7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,7 +36,7 @@ pipeline: event: [ push, tag, pull_request ] # Build a release when tagging - befor-build-static: + befor-static-build: image: karalabe/xgo-latest:latest pull: true environment: @@ -47,7 +47,7 @@ pipeline: when: event: [tag, push] - build-static-windows: + static-build-windows: image: karalabe/xgo-latest:latest pull: true group: build-static @@ -59,7 +59,7 @@ pipeline: when: event: [tag, push] - build-static-linux: + static-build-linux: image: karalabe/xgo-latest:latest pull: true group: build-static @@ -71,7 +71,7 @@ pipeline: when: event: [tag, push] - build-static-darwin: + static-build-darwin: image: karalabe/xgo-latest:latest pull: true group: build-static @@ -83,7 +83,7 @@ pipeline: when: event: [tag, push] - build-static-frontend: + static-build-frontend: image: karalabe/xgo-latest:latest pull: true group: build-static