parent
7ca5d62cc9
commit
8ee381d991
|
|
@ -1,24 +1,16 @@
|
|||
name: CI Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- "releases/**"
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
qt_version: [5.12.11, 5.15.2, 6.2.0]
|
||||
qt_version: [5.15.2, 6.4.0]
|
||||
platform: [ubuntu-20.04, windows-latest, macos-latest]
|
||||
include:
|
||||
- qt_version: 6.2.0
|
||||
- qt_version: 6.4.0
|
||||
additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
|
||||
build_cmake: true
|
||||
- platform: ubuntu-20.04
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ qt_internal_add_module(Nut
|
|||
Qt::Core
|
||||
Qt::Gui
|
||||
Qt::Sql
|
||||
GENERATE_CPP_EXPORTS
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:nut.pro:<TRUE>:
|
||||
|
|
|
|||
Loading…
Reference in New Issue