1 Star 0 Fork 0

ElvexGame/litjson

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 434 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: csharp
os:
- osx
- linux
# Ubuntu 18.04 LTS
sudo: required
dist: bionic
# OS X 10.14
osx_image: xcode11.3
mono:
- 4.4.2
dotnet: 3.0.101
before_install:
- git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags
- git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
- git fetch origin
script:
- ./build.sh --target=Test
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/ElvexGame/litjson.git
git@gitee.com:ElvexGame/litjson.git
ElvexGame
litjson
litjson
develop

搜索帮助