mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[GITHUB] Remove VS 2015 build from the CI (#3872)
[WORKFLOWS] Remove some excludes as well
This commit is contained in:
parent
ac0bcf4a90
commit
0f81f46387
2 changed files with 4 additions and 14 deletions
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
|
@ -84,24 +84,14 @@ jobs:
|
||||||
build-msvc:
|
build-msvc:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, windows-2019]
|
os: [windows-latest]
|
||||||
toolset: ['14.2', '14.1', '14.0'] # VS 2019, 2017, and 2015 (see below)
|
toolset: ['14.2', '14.1'] # VS 2019, and 2017 (see below)
|
||||||
arch: [i386, amd64]
|
arch: [i386, amd64]
|
||||||
config: [Debug, Release]
|
config: [Debug, Release]
|
||||||
dllver: ['0x502', '0x600']
|
dllver: ['0x502', '0x600']
|
||||||
exclude: # VS 2019, 2017 only with windows-latest; VS 2015 only with windows-2019
|
exclude: # VS 2019, 2017 only with windows-latest
|
||||||
- os: windows-2019
|
|
||||||
toolset: '14.2'
|
|
||||||
- os: windows-2019
|
|
||||||
toolset: '14.1'
|
|
||||||
- os: windows-latest
|
|
||||||
toolset: '14.0'
|
|
||||||
- dllver: 0x600
|
|
||||||
os: windows-2019
|
|
||||||
- dllver: 0x600
|
- dllver: 0x600
|
||||||
toolset: '14.1'
|
toolset: '14.1'
|
||||||
- dllver: 0x600
|
|
||||||
toolset: '14.0'
|
|
||||||
- dllver: 0x600
|
- dllver: 0x600
|
||||||
config: Release
|
config: Release
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
|
@ -56,7 +56,7 @@ The code of ReactOS is licensed under [GNU GPL 2.0](https://github.com/reactos/r
|
||||||
To build the system it is strongly advised to use the _ReactOS Build Environment (RosBE)._
|
To build the system it is strongly advised to use the _ReactOS Build Environment (RosBE)._
|
||||||
Up-to-date versions for Windows and for Unix/GNU-Linux are available from our download page at: ["Build Environment"](https://reactos.org/wiki/Build_Environment).
|
Up-to-date versions for Windows and for Unix/GNU-Linux are available from our download page at: ["Build Environment"](https://reactos.org/wiki/Build_Environment).
|
||||||
|
|
||||||
Alternatively one can use Microsoft Visual C++ (MSVC) version 2015+. Building with MSVC is covered here: ["Visual Studio or Microsoft Visual C++"](https://reactos.org/wiki/CMake#Visual_Studio_or_Microsoft_Visual_C.2B.2B).
|
Alternatively one can use Microsoft Visual C++ (MSVC) version 2019+. Building with MSVC is covered here: ["Visual Studio or Microsoft Visual C++"](https://reactos.org/wiki/CMake#Visual_Studio_or_Microsoft_Visual_C.2B.2B).
|
||||||
|
|
||||||
See ["Building ReactOS"](https://reactos.org/wiki/Building_ReactOS) article for more details.
|
See ["Building ReactOS"](https://reactos.org/wiki/Building_ReactOS) article for more details.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue