ci: github actions add mingw

This commit is contained in:
Michael Davidsaver
2021-03-17 12:27:00 -07:00
parent 40b327cfcb
commit 1ac2e6c809

View File

@ -136,6 +136,12 @@ jobs:
base: "7.0"
name: "7.0 Win2019 MSC-19, static"
- os: windows-2019
cmp: gcc
configuration: static
base: "7.0"
name: "7.0 Win2019 mingw, static"
steps:
- uses: actions/checkout@v2
with: