Modified drone config to parallise static builds
the build failed Details

This commit is contained in:
konrad 2018-01-11 15:15:22 +01:00 committed by kolaente
parent 02c855ee52
commit 7e7cb0d699
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 5 additions and 5 deletions

View File

@ -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