39 Star 124 Fork 23

freshcn / qqwry

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 659 Bytes
一键复制 编辑 原始数据 按行查看 历史
freshcn 提交于 2019-05-20 16:53 . 调整CI的处理文件
language: go
go:
- 1.10.x
- 1.11.x
- 1.12.x
before_install:
- go get github.com/mitchellh/gox
- go get
install:
- gox -osarch=darwin/386
- gox -osarch=darwin/amd64
- gox -osarch=linux/amd64
- gox -osarch=linux/386
- gox -osarch=windows/amd64
- gox -osarch=windows/386
script:
- ls -l|grep qqwry
deploy:
provider: releases
api_key: "$GH_TOKEN"
file:
- qqwry_darwin_386
- qqwry_darwin_amd64
- qqwry_linux_386
- qqwry_linux_amd64
- qqwry_windows_386.exe
- qqwry_windows_amd64.exe
skip_cleanup: true
on:
go: 1.12.x
tags: true
Go
1
https://gitee.com/freshcn/qqwry.git
git@gitee.com:freshcn/qqwry.git
freshcn
qqwry
qqwry
master

搜索帮助