CI
Some checks failed
Linting / Tidy (push) Failing after 19s
Linting / Format (app) (push) Failing after 21s
Linting / Format (src) (push) Failing after 20s

This commit is contained in:
Shaun Reed 2025-03-08 12:08:35 -05:00
parent c86a7744b3
commit f6ddb909bf

View File

@ -10,6 +10,7 @@ env:
jobs:
Qtk:
name: "Qtk build " + {{matrix.os}}
env:
CONFIG: -DQTK_SUBMODULES=ON -DQTK_DEBUG=OFF -DQTK_CCACHE=OFF -DQTK_GUI=ON -DQTK_PLUGINS=OFF -DQTK_EXAMPLE=ON
strategy:
@ -32,9 +33,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
version: ${{ env.QT_VERSION }}
run: |
tools/build-qt.sh
# Windows