forked from accord-net/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.appveyor.yml
62 lines (52 loc) · 1.17 KB
/
.appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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