Browse Source

Test windows only

pull/1374/head
James Jackson-South 6 years ago
parent
commit
97c1846526
  1. 32
      .github/workflows/build-and-test.yml

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

@ -14,26 +14,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}}
if: "!contains(github.event.head_commit.message, '[skip ci]')" if: "!contains(github.event.head_commit.message, '[skip ci]')"

Loading…
Cancel
Save