work on qt5 compat binaries for windows
This commit is contained in:
parent
414e0e2fb8
commit
4b130f0dcc
2 changed files with 7 additions and 1 deletions
6
.github/workflows/rssguard.yml
vendored
6
.github/workflows/rssguard.yml
vendored
|
@ -14,6 +14,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2019, ubuntu-20.04, macos-10.15]
|
os: [windows-2019, ubuntu-20.04, macos-10.15]
|
||||||
use_webengine: ["ON", "OFF"]
|
use_webengine: ["ON", "OFF"]
|
||||||
|
use_qt5: ["ON", "OFF"]
|
||||||
include:
|
include:
|
||||||
- os: windows-2019
|
- os: windows-2019
|
||||||
script_name: .\resources\scripts\github-actions\build-windows.ps1
|
script_name: .\resources\scripts\github-actions\build-windows.ps1
|
||||||
|
@ -21,6 +22,11 @@ jobs:
|
||||||
script_name: ./resources/scripts/github-actions/build-linux-mac.sh
|
script_name: ./resources/scripts/github-actions/build-linux-mac.sh
|
||||||
- os: macos-10.15
|
- os: macos-10.15
|
||||||
script_name: ./resources/scripts/github-actions/build-linux-mac.sh
|
script_name: ./resources/scripts/github-actions/build-linux-mac.sh
|
||||||
|
exclude:
|
||||||
|
- os: ubuntu-20.04
|
||||||
|
use_qt5: "OFF"
|
||||||
|
- os: macos-10.15
|
||||||
|
use_qt5: "OFF"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<url type="donation">https://github.com/sponsors/martinrotter</url>
|
<url type="donation">https://github.com/sponsors/martinrotter</url>
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<releases>
|
<releases>
|
||||||
<release version="4.2.4" date="2022-09-15"/>
|
<release version="4.2.4" date="2022-09-16"/>
|
||||||
</releases>
|
</releases>
|
||||||
<content_rating type="oars-1.0">
|
<content_rating type="oars-1.0">
|
||||||
<content_attribute id="violence-cartoon">none</content_attribute>
|
<content_attribute id="violence-cartoon">none</content_attribute>
|
||||||
|
|
Loading…
Add table
Reference in a new issue