1 Star 0 Fork 0

qingchunkafei/framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.appveyor.yml 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
version: 3.8.2.{build}
image:
- Visual Studio 2017
configuration:
- mono
- net35
- net40
- net45
- net46
- net462
platform: Any CPU
matrix:
exclude:
- configuration: net35
image: Visual Studio 2017
clone_depth: 5
before_build:
- cmd: set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
build:
project: Sources/Accord.NET.sln
parallel: true
verbosity: normal
test:
assemblies:
only:
- Accord.Tests.Audio.dll
- Accord.Tests.Controls.dll
- Accord.Tests.Core.dll
- Accord.Tests.Imaging.dll
- Accord.Tests.IO.dll
- Accord.Tests.MachineLearning.dll
- Accord.Tests.Math.dll
- Accord.Tests.Math.Cpp.dll
- Accord.Tests.Math.Interop.dll
- Accord.Tests.Neuro.dll
- Accord.Tests.Statistics.dll
- Accord.Tests.Statistics.VB.dll
- Accord.Tests.Text.dll
- Accord.Tests.Video.dll
- Accord.Tests.Vision.dll
categories:
except:
- Office
- Random
- Slow
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/322469abaeff8aca5bc9
method: POST
on_build_success: false
on_build_failure: false
on_build_status_changed: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/myopenchina/framework.git
[email protected]:myopenchina/framework.git
myopenchina
framework
framework
development

搜索帮助