CI
Some checks failed
Linting / Tidy (push) Failing after 20s
Linting / Format (app) (push) Failing after 22s
Linting / Format (src) (push) Failing after 20s
Some checks failed
Linting / Tidy (push) Failing after 20s
Linting / Format (app) (push) Failing after 22s
Linting / Format (src) (push) Failing after 20s
This commit is contained in:
parent
c86a7744b3
commit
262706a256
6
.github/workflows/all-builds.yml
vendored
6
.github/workflows/all-builds.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user