Add CI workflow for building wxMSW using MSVS natively

This should allow running all the tests faster than it's done by
AppVeyor.

Ignore changes to this workflow file in all the other workflows.
This commit is contained in:
Vadim Zeitlin 2021-08-24 15:53:40 +02:00
parent c868088a49
commit 0701402737
5 changed files with 98 additions and 0 deletions

View file

@ -8,6 +8,7 @@ on:
paths-ignore:
- '.github/workflows/ci_mac_selfhosted.yml'
- '.github/workflows/ci_cmake.yml'
- '.github/workflows/ci_msw.yml'
- '.github/workflows/ci_msw_cross.yml'
- 'build/tools/appveyor*.bat'
- 'distrib/**'
@ -26,6 +27,7 @@ on:
paths-ignore:
- '.github/workflows/ci_mac_selfhosted.yml'
- '.github/workflows/ci_cmake.yml'
- '.github/workflows/ci_msw.yml'
- '.github/workflows/ci_msw_cross.yml'
- 'build/tools/appveyor*.bat'
- 'distrib/**'