Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/analyzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
cache: true
version: "6.2.*"

- name: get conan
uses: turtlebrowser/get-conan@main
Expand Down Expand Up @@ -102,6 +103,7 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
cache: true
version: "6.2.*"

- name: get conan
uses: turtlebrowser/get-conan@main
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/ci v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
config: [{name: ci-ubuntu-gcc, os: ubuntu-latest},
{name: ci-ubuntu-clang, os: ubuntu-latest},
{name: ci-windows, os: windows-latest},
{name: ci-macos, os: macos-12}]
{name: ci-macos, os: macos-latest}]
build_type: [{config: Release}, {config: Debug}]

timeout-minutes: 120
Expand Down Expand Up @@ -59,6 +59,7 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
cache: true
version: "6.2.*"

- name: conan detect profile
if: steps.check_cache.outputs.cache-hit != 'true' || github.event_name == 'schedule'
Expand Down Expand Up @@ -100,6 +101,7 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
cache: true
version: "6.2.*"

- name: get conan
uses: turtlebrowser/get-conan@main
Expand Down Expand Up @@ -137,7 +139,7 @@ jobs:
config: [{name: ci-ubuntu-gcc, os: ubuntu-latest},
{name: ci-ubuntu-clang, os: ubuntu-latest},
{name: ci-windows, os: windows-latest},
{name: ci-macos, os: macos-12}]
{name: ci-macos, os: macos-latest}]
type: [tests, benchmarks]
build_type: [{config: Release, test_preset: ci-tests}, {config: Debug, test_preset: ci-tests-debug}]
optimization_disabled: [{mode: 0, postfix: ""}, {mode: 1, postfix: " (Optimizations disabled)"}]
Expand Down Expand Up @@ -178,6 +180,7 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
cache: true
version: "6.2.*"

- name: get conan
uses: turtlebrowser/get-conan@main
Expand Down Expand Up @@ -258,6 +261,7 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
cache: true
version: "6.2.*"

- name: Install project and build
env:
Expand Down