ci: github actions add mingw
This commit is contained in:
6
.github/workflows/ci-scripts-build.yml
vendored
6
.github/workflows/ci-scripts-build.yml
vendored
@ -136,6 +136,12 @@ jobs:
|
|||||||
base: "7.0"
|
base: "7.0"
|
||||||
name: "7.0 Win2019 MSC-19, static"
|
name: "7.0 Win2019 MSC-19, static"
|
||||||
|
|
||||||
|
- os: windows-2019
|
||||||
|
cmp: gcc
|
||||||
|
configuration: static
|
||||||
|
base: "7.0"
|
||||||
|
name: "7.0 Win2019 mingw, static"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user