mirror of
https://github.com/muesli/telephant
synced 2024-11-10 05:54:19 +00:00
21 lines
315 B
YAML
21 lines
315 B
YAML
language: go
|
|
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
go:
|
|
- 1.12.x
|
|
|
|
notifications:
|
|
email:
|
|
on_success: change
|
|
on_failure: always
|
|
|
|
install:
|
|
- docker pull therecipe/qt:linux
|
|
- go get -v -tags=no_env github.com/therecipe/qt/cmd/...
|
|
|
|
script:
|
|
- go get -u -d -v
|
|
- $GOPATH/bin/qtdeploy -docker build linux
|