Skip to content

Commit

Permalink
ci: github actions add mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Mar 17, 2021
1 parent 2804f35 commit 085a8a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 085a8a9

Please sign in to comment.