Browse Source

Test all frameworks

pull/1061/head
James Jackson-South 6 years ago
parent
commit
a639460daa
  1. 32
      .github/workflows/build-and-test.yml
  2. 4
      README.md

32
.github/workflows/build-and-test.yml

@ -15,26 +15,26 @@ jobs:
strategy:
matrix:
options:
# - os: ubuntu-latest
# framework: netcoreapp3.1
# runtime: -x64
# codecov: false
# - os: windows-latest
# framework: netcoreapp3.1
# runtime: -x64
# codecov: true
# - os: windows-latest
# framework: netcoreapp2.1
# runtime: -x64
# codecov: false
- os: ubuntu-latest
framework: netcoreapp3.1
runtime: -x64
codecov: false
- os: windows-latest
framework: netcoreapp3.1
runtime: -x64
codecov: true
- os: windows-latest
framework: netcoreapp2.1
runtime: -x64
codecov: false
- os: windows-latest
framework: net472
runtime: -x64
codecov: false
# - os: windows-latest
# framework: net472
# runtime: -x86
# codecov: false
- os: windows-latest
framework: net472
runtime: -x86
codecov: false
runs-on: ${{matrix.options.os}}

4
README.md

@ -106,9 +106,9 @@ For more examples check out:
If you prefer, you can compile ImageSharp yourself (please do and help!)
- Using [Visual Studio 2017](https://visualstudio.microsoft.com/vs/)
- Using [Visual Studio 2019](https://visualstudio.microsoft.com/vs/)
- Make sure you have the latest version installed
- Make sure you have [the .NET Core 2.1 SDK](https://www.microsoft.com/net/core#windows) installed
- Make sure you have [the .NET Core 3.1 SDK](https://www.microsoft.com/net/core#windows) installed
Alternatively, you can work from command line and/or with a lightweight editor on **both Linux/Unix and Windows**:

Loading…
Cancel
Save