1 Star 0 Fork 64

Tmay/C-Sharp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 257 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: csharp
solution: C-Sharp.sln
mono: none
dist: xenial
dotnet: 5.0
script:
- sudo apt update
- sudo apt install -y libgdiplus
- dotnet build
- travis_wait 60 dotnet test --collect:"XPlat Code Coverage"
- bash <(curl -s https://codecov.io/bash)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/old-tangs-may/C-Sharp.git
[email protected]:old-tangs-may/C-Sharp.git
old-tangs-may
C-Sharp
C-Sharp
master

搜索帮助