forked from ofiwg/libfabric
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.appveyor.yml
43 lines (35 loc) · 955 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
42
43
image:
- Visual Studio 2019
build:
project: libfabric.sln
configuration:
- Debug-v142
- Release-v142
before_build:
- ps: .appveyor.ps1 -Verbose
after_build:
- set PATH=%CD%\x64\%CONFIGURATION%;%PATH%
before_test:
- cd fabtests
- msbuild fabtests.sln
for:
- matrix:
only:
- image: Visual Studio 2019
configuration: Debug-v142
- image: Visual Studio 2019
configuration: Release-v142
test_script:
- scripts\runfabtests.cmd -v -v -v -p %CD%\x64\%CONFIGURATION% -t unit tcp
- scripts\runfabtests.cmd -v -v -v -p %CD%\x64\%CONFIGURATION% -t functional tcp
- scripts\runfabtests.cmd -v -v -v -p %CD%\x64\%CONFIGURATION% -C "-I 10" -L "-I 10" -t standard tcp
- scripts\runfabtests.cmd -v -v -v -p %CD%\x64\%CONFIGURATION% -C "-I 10" -L "-I 10" -t multinode tcp
skip_commits:
files:
- man/*
- prov/opx/*
- prov/psm.?/*
- prov/ucx/*
- prov/shm/*
- prov/sm2/*
- contrib/*