1 Star 0 Fork 0

liding58/qsctl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 528 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lance 提交于 2020-05-28 20:01 . ci: Fix nfpm version in .travis.yml (#288)
language: go
go:
- "1.13"
install:
# code lint tools
- go get -u golang.org/x/lint/golint
# mock generator
- go get github.com/golang/mock/mockgen
script:
- make check
- make build
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)
before_deploy:
- go get github.com/goreleaser/nfpm/cmd/nfpm@v1.2.1 # install nfpm for packager
- make release
deploy:
provider: releases
api_key: $API_KEY
file_glob: true
file: release/*
skip_cleanup: true
draft: true
on:
tags: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liding58/qsctl.git
git@gitee.com:liding58/qsctl.git
liding58
qsctl
qsctl
master

搜索帮助