Add CMake builds to GitHub Actions
This commit is contained in:
parent
7446c64333
commit
fcd9b4ba2b
2 changed files with 136 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_cmake.yml'
|
||||
- '.github/workflows/ci_msw_cross.yml'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'distrib/**'
|
||||
|
|
@ -22,6 +23,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '.github/workflows/ci_cmake.yml'
|
||||
- '.github/workflows/ci_msw_cross.yml'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'distrib/**'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue