1 Star 2 Fork 2

LTY/C-Sharp-Algorithms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml.new 356 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ahmad Alhour 提交于 2016-01-12 23:55 . Travis-CI: nuget install NUnit.
language: csharp
solution: C-Sharp-Algorithms.sln
install:
- nuget restore C-Sharp-Algorithms.sln
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Release C-Sharp-Algorithms.sln
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./MainProgram/bin/Release/C-Sharp-Algorithms.dll
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liangty/C-Sharp-Algorithms.git
git@gitee.com:liangty/C-Sharp-Algorithms.git
liangty
C-Sharp-Algorithms
C-Sharp-Algorithms
master

搜索帮助