Add workflow for cross-building wxMSW on GitHub Actions

Use MinGW to build and Wine to run the GUI tests.
This commit is contained in:
Vadim Zeitlin 2021-06-27 13:16:08 +02:00
parent 996a981170
commit 769cb2e205
2 changed files with 195 additions and 0 deletions

View file

@ -6,6 +6,7 @@ on:
branches:
- master
paths-ignore:
- '.github/workflows/ci_msw_cross.yml'
- 'build/tools/appveyor*.bat'
- 'build/tools/travis-ci.sh'
- 'distrib/**'
@ -22,6 +23,7 @@ on:
branches:
- master
paths-ignore:
- '.github/workflows/ci_msw_cross.yml'
- 'build/tools/appveyor*.bat'
- 'build/tools/travis-ci.sh'
- 'distrib/**'