1 Star 0 Fork 0

橙子/screenshot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 813 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: cpp
env:
global:
- GOARCH=amd64
matrix:
include:
- os: osx
env: GOOS=darwin
GO_VERSION=1.11
- os: osx
env: GOOS=darwin
GO_VERSION=1.10
- os: osx
env: GOOS=darwin
GO_VERSION=1.9.4
- os: linux
env: GOOS=linux
GO_VERSION=1.9.4
- os: linux
env: GOOS=freebsd
GO_VERSION=1.9.4
- os: linux
env: GOOS=windows
GO_VERSION=1.9.4
- os: linux
env: GOOS=openbsd
GO_VERSION=1.9.4
- os: linux
env: GOOS=netbsd
GO_VERSION=1.9.4
#- os: linux
#env: GOOS=solaris
#GO_VERSION=1.9.4
branches:
only:
- master
install: ./.travis/install-go.sh
script: ./.travis/build.sh
cache:
directories:
- $HOME/cache/$TRAVIS_REPO_SLUG
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xuchengzhi/screenshot.git
[email protected]:xuchengzhi/screenshot.git
xuchengzhi
screenshot
screenshot
master

搜索帮助