1 Star 0 Fork 6

Ayrz/bridge

forked from wzshiming/bridge 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 567 Bytes
一键复制 编辑 原始数据 按行查看 历史
wzshiming 提交于 2020-09-26 21:46 . update README
language: go
sudo: false
notifications:
email: false
jobs:
include:
- go: 1.15.x
stage: deploy
go_import_path: github.com/wzshiming/bridge
install: skip
script: skip
before_deploy:
- BASENAME=bridge bash -c "$(curl -fsSL https://github.com/wzshiming/my-shell/raw/master/build_all.bash)"
deploy:
provider: releases
api_key: $CI_TOKEN
file_glob: true
file: release/*
skip_cleanup: true
on:
repo: wzshiming/bridge
branch: master
tags: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/ayrz2010/bridge.git
git@gitee.com:ayrz2010/bridge.git
ayrz2010
bridge
bridge
master

搜索帮助