fix(travis): add test and pre-deploy stage

This commit is contained in:
Markus Pesch 2019-08-25 17:05:52 +02:00
parent 9b52e4c61d
commit 60657b737d
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 11 additions and 2 deletions

View File

@ -1,8 +1,17 @@
services:
- docker
script:
- make container-go-build
jobs:
include:
- stage: build
name: go-build
script: make container-go-build
- stage: test
name: go-test
script: make container-go-test
- stage: pre-deploy
name: rpm-build
script: make container-rpm-build
deploy:
provider: releases