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