Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit674ee40

Browse files
jack-pappasKevinRansom
authored andcommitted
Enable macOS (OS X) testing for Travis CI builds. (dotnet#2109)
1 parent3041cd8 commit674ee40

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

‎.travis.yml‎

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,34 @@
11

22
language:csharp
33

4-
sudo:required
5-
dist:trusty
6-
7-
os:
8-
-linux
9-
10-
mono:
11-
-latest
12-
-4.6.1
4+
matrix:
5+
include:
6+
-os:linux
7+
dist:trusty
8+
sudo:required
9+
mono:
10+
-latest
11+
-4.4.2
12+
-4.0.5
13+
-os:osx
14+
mono:
15+
-latest
16+
-4.4.2
17+
-4.0.5
18+
# Allow builds which fail only on OSX (macOS) to succeed for now
19+
# while we're working on getting macOS CI builds working.
20+
allow_failures:
21+
-os:osx
22+
# The whole build matrix fails when any individual builds fail
23+
# (except those which have been allowed with allow_failures).
24+
fast_finish:true
1325

1426
env:
15-
-BUILD_NET40=1 TEST_NET40_COREUNIT_SUITE=1
27+
-BUILD_NET40=1 TEST_NET40_COREUNIT_SUITE=1
1628

1729
# These are not yet enabled
1830
# - BUILD_CORECLR=1 TEST_CORECLR_COREUNIT_SUITE=1
1931
# - BUILD_CORECLR=1 TEST_CORECLR_COREUNIT_SUITE=1 BUILD_PROTO_WITH_CORECLR_LKG=1
2032

2133
script:
2234
-./build.sh
23-
24-
25-
26-
27-
28-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp