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:
parent
c868088a49
commit
0701402737
5 changed files with 98 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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/**'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue