1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-18 15:17:46 +00:00

Add qtshadertools to CI needed for Kirigami

This commit is contained in:
Joshua Goins 2024-04-25 19:55:57 -04:00
parent 4dcef943e6
commit 80c277b9f6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"