mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-18 07:07:45 +00:00
Add qtshadertools to CI needed for Kirigami
This commit is contained in:
parent
4dcef943e6
commit
80c277b9f6
2 changed files with 2 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: "6.6.*"
|
version: "6.6.*"
|
||||||
cache: true
|
cache: true
|
||||||
modules: 'qtwebengine qtwebview'
|
modules: 'qtwebengine qtwebview qtshadertools'
|
||||||
|
|
||||||
- name: Set reusable strings
|
- name: Set reusable strings
|
||||||
id: strings
|
id: strings
|
||||||
|
|
|
@ -116,7 +116,7 @@ cmake --build "$BuildDir-qcoro" --config Debug --target install --parallel $NumC
|
||||||
CheckCompileResult "qcoro"
|
CheckCompileResult "qcoro"
|
||||||
|
|
||||||
# Build QtKeychain
|
# Build QtKeychain
|
||||||
Clone "qcoro" "https://github.com/frankosterfeld/qtkeychain.git"
|
Clone "qtkeychain" "https://github.com/frankosterfeld/qtkeychain.git"
|
||||||
Configure "qtkeychain" "-DBUILD_TESTING=OFF"
|
Configure "qtkeychain" "-DBUILD_TESTING=OFF"
|
||||||
cmake --build "$BuildDir-qtkeychain" --config Debug --target install --parallel $NumCores
|
cmake --build "$BuildDir-qtkeychain" --config Debug --target install --parallel $NumCores
|
||||||
CheckCompileResult "qtkeychain"
|
CheckCompileResult "qtkeychain"
|
Loading…
Add table
Reference in a new issue