forked from datastax/csharp-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
41 lines (35 loc) · 919 Bytes
/
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
version: "{branch}-{build}"
skip_tags: true
shallow_clone: true
cache:
- C:\ProgramData\chocolatey\bin
- C:\ProgramData\chocolatey\lib
- C:\Users\appveyor\.ccm\repository
- C:\Users\appveyor\deps -> appveyor.ps1
- C:\Users\appveyor\ccm
os: Visual Studio 2015
platform:
- Any CPU
configuration:
- Release
environment:
NUNIT_PATH: nunit-console
matrix:
- CASSANDRA_VERSION: 3.7
- CASSANDRA_VERSION: 2.2.5
install:
- ps: .\appveyor_install.ps1
build:
project: src/Cassandra.sln
verbosity: minimal
test:
assemblies:
- src/Cassandra.Tests/bin/$(configuration)/Cassandra.Tests.dll
- src/Cassandra.IntegrationTests/bin/$(configuration)/Cassandra.IntegrationTests.dll
categories:
except:
- long
- duration
on_failure:
- ps: >-
Write-Host "Build failed"