Add mingw tests to actions

This commit is contained in:
cpq 2020-12-25 19:28:05 +00:00
parent 55f5f74658
commit 7d1ef2ffe8

View File

@ -30,7 +30,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: vc98
run: make vc2017
run: make vc98
- name: vc2017
run: make vc2017
- name: mingw
run: make mingw
- name: mingw++
run: make mingw++