Skip to content

Commit 25db775

Browse files
committed
update CI environments
1 parent 1506d3c commit 25db775

File tree

3 files changed

+13
-22
lines changed

3 files changed

+13
-22
lines changed

.travis.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mono:
1111
- latest
1212
- 5.8.0
1313

14-
dotnet: 2.1.4
14+
dotnet: 3.0.100
1515

1616
sudo: false
1717

@@ -20,24 +20,4 @@ install:
2020
script:
2121
- ./fcs/build.sh Build
2222

23-
# Woes with doing more build/test on linux
24-
#
25-
# This fails because NUnit gives an exception (!!!!)
26-
# - ./fcs/build.sh Test.NetFx
27-
#
28-
# System.IO.FileNotFoundException: Could not load file or assembly 'nunit.engine.api, Version=3.0.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb' or one of its dependencies.
29-
#
30-
# This fails because Nuget packaging doesn't like backslashes in the package file, but Windows does
31-
# - ./fcs/build.sh NuGet
32-
33-
# Fails on Travis OSX too often because there are network outages on that configuration getting the Mono MDK
34-
# Fails on Travis Linux with Mono latest do to a trust issue with certs on package restore?
35-
matrix:
36-
exclude:
37-
- os: osx
38-
mono: 4.4.2
39-
- os: osx
40-
mono: 4.8.0
41-
- os: linux
42-
mono: latest
4323

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
os: Visual Studio 2017
1+
os: Visual Studio 2019
22

33
init:
44
- git config --global core.autocrlf input

fcs/RELEASE_NOTES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
#### 33.0.1
2+
3+
Integrate dotnet/fsharp from 4f5f08320 to 7b25d7f82. Notable changes include:
4+
5+
* Addition of the FsharpUnionCase.HasFields property
6+
* FCS builds entirely on .Net Core now
7+
* Better debug information for ranges
8+
* Support for Literal values in signature files
9+
* Using memory-mapped files cross-platform to read IL.
10+
11+
112
#### 33.0.0
213

314
Integrate dotnet/fsharp from 48f932cf8 to 085985140. Notable changes include:

0 commit comments

Comments
 (0)