Browse Source

Test all frameworks

af/merge-core
James Jackson-South 6 years ago
parent
commit
f001c68bef
  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: strategy:
matrix: matrix:
options: options:
# - os: ubuntu-latest - os: ubuntu-latest
# framework: netcoreapp3.1 framework: netcoreapp3.1
# runtime: -x64 runtime: -x64
# codecov: false codecov: false
# - os: windows-latest - os: windows-latest
# framework: netcoreapp3.1 framework: netcoreapp3.1
# runtime: -x64 runtime: -x64
# codecov: true codecov: true
# - os: windows-latest - os: windows-latest
# framework: netcoreapp2.1 framework: netcoreapp2.1
# runtime: -x64 runtime: -x64
# codecov: false codecov: false
- os: windows-latest - os: windows-latest
framework: net472 framework: net472
runtime: -x64 runtime: -x64
codecov: false codecov: false
# - os: windows-latest - os: windows-latest
# framework: net472 framework: net472
# runtime: -x86 runtime: -x86
# codecov: false codecov: false
runs-on: ${{matrix.options.os}} 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!) 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 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**: Alternatively, you can work from command line and/or with a lightweight editor on **both Linux/Unix and Windows**:

Loading…
Cancel
Save