forked from mpidotnet/MPI.NET
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathappveyor.yml
More file actions
39 lines (30 loc) · 829 Bytes
/
appveyor.yml
File metadata and controls
39 lines (30 loc) · 829 Bytes
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
version: 1.0.{build}
image:
- Visual Studio 2017
# - Visual Studio 2015
platform: x64
environment:
matrix:
- PLATFORM: Any CPU
# - PLATFORM: x86
branches:
only:
- master
- testing
build_script:
- cmd: >-
echo %PLATFORM%
dotnet restore -v n MPI.sln
msbuild MPI.sln /p:Platform="Any CPU" /p:Configuration=Debug /consoleloggerparameters:ErrorsOnly
# Could not use dotnet build on appveyor: native test lib compilation leads to error MSB4019: The imported project "C:\Microsoft.Cpp.Default.props" was not found
# dotnet build --configuration Debug --no-restore
# 2019-03: IntercommunicatorTest with 7 processes seems to hang on my windows box. Not using yet
#test_script:
#- cmd: >-
# cd Tests
#
# set ThrowMPIDebugException=True
#
# set MPIDebugSysDiagnostic=
#
# runtests.bat Debug