mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-18 23:53:15 +08:00
Add mingw tests to actions
This commit is contained in:
parent
55f5f74658
commit
7d1ef2ffe8
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -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++
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user