7 Star 7 Fork 3

GiteeStudio/sserver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 483 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: java
sudo: false
jdk:
- oraclejdk8
install:
- gradle assemble
script:
- gradle check
before_deploy:
- gradle deployZip
deploy:
provider: releases
api-key:
secure: DOfUgYJSdDiRIjgULtOxR0jdvkxuXPn+4Q+UGYtnQNiov7hAJ6VbdQpGSczi0ik/RLzf51NuBJm4PuFGVy5sexeJuw4iUEa+gnJlDglJI/UHiHcr+E4HJnTUweAHTiHGADm2qyhyg3+n0D4pZ8m2j86UvNImZWYcPUwup0lul4U=
file: build/distributions/oschina.gitsvn.sserver.Launcher.zip
skip_cleanup: true
on:
tags: true
all_branches: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/oscstudio/sserver.git
git@gitee.com:oscstudio/sserver.git
oscstudio
sserver
sserver
master

搜索帮助