mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2024-11-15 12:15:43 +08:00
commit
14e9d14675
18
.github/workflows/main.yml
vendored
18
.github/workflows/main.yml
vendored
@ -15,12 +15,18 @@ jobs:
|
||||
name: Build
|
||||
strategy:
|
||||
matrix:
|
||||
qt_version: [5.12.6, 5.15.0, 6.0.0, 6.2.0]
|
||||
platform: [ubuntu-20.04, windows-latest, macos-latest]
|
||||
qt_version:
|
||||
- 5.15.0
|
||||
- 6.2.4
|
||||
- 6.5.0
|
||||
platform:
|
||||
- ubuntu-20.04
|
||||
- windows-latest
|
||||
- macos-latest
|
||||
include:
|
||||
- qt_version: 6.0.0
|
||||
- qt_version: 6.2.4
|
||||
additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
|
||||
- qt_version: 6.2.0
|
||||
- qt_version: 6.5.0
|
||||
additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
|
||||
- platform: ubuntu-20.04
|
||||
make: make
|
||||
@ -41,10 +47,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Clone repo
|
||||
uses: actions/checkout@v2.3.4
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2.14.0
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: ${{ matrix.qt_version }}
|
||||
|
||||
|
@ -3,7 +3,9 @@
|
||||
## 3.4.0
|
||||
|
||||
* Provide API for blocking sendMessage. - _Christoph Cullmann_
|
||||
|
||||
* New documentation generation using Doxygen
|
||||
* Improved Windows basic widget example
|
||||
* Updated Project License
|
||||
|
||||
## 3.3.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user