2019-08-26 06:26:37 +00:00
|
|
|
language: go
|
|
|
|
|
2019-04-18 15:10:03 +00:00
|
|
|
services:
|
2019-08-25 14:59:12 +00:00
|
|
|
- docker
|
2019-04-18 15:10:03 +00:00
|
|
|
|
2019-08-25 15:05:52 +00:00
|
|
|
jobs:
|
|
|
|
include:
|
2019-08-26 06:26:37 +00:00
|
|
|
- stage: build
|
2019-09-04 11:37:50 +00:00
|
|
|
script: make container-run/all
|
2020-01-19 14:15:00 +00:00
|
|
|
# Disabled (Missing postgres db)
|
|
|
|
# - stage: test
|
|
|
|
# script: make container-run/test/unit
|
|
|
|
- stage: test
|
|
|
|
script: make container-run/test/unit
|
|
|
|
after_script: bash <(curl -s https://codecov.io/bash)
|
|
|
|
- stage: deploy
|
|
|
|
script: make container-image/push
|
2019-08-26 06:26:37 +00:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
on_success: change
|
|
|
|
on_failure: change
|