ci: enable automated builds on all platforms

This commit is contained in:
James Houlahan 2020-07-14 16:53:28 +02:00 committed by Michal Horejsek
parent ed7a0dc9b3
commit bdc11c8358
1 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ build-linux:
build-darwin:
stage: build
only:
- devel
- branches
before_script:
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
@ -141,7 +141,7 @@ build-windows:
services:
- docker:dind
only:
- devel
- branches
variables:
DOCKER_HOST: tcp://docker:2375
script: