Skip to content

Commit

Permalink
Revert changes regarding && matrix.config.qt_version == "5.15"
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuperino authored May 2, 2024
1 parent df91c60 commit 335104e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Configure project
run: >
cmake -S . -G Ninja --preset ${{ matrix.config.preset }}
-DGAMMARAY_WITH_KDSME=${{ runner.os == 'Linux' && matrix.config.qt_version == "5.15" }}
-DGAMMARAY_WITH_KDSME=${{ runner.os == 'Linux' }}
-DGAMMARAY_BUILD_DOCS=${{ runner.os == 'Linux' }}
- name: Build Project
Expand All @@ -104,7 +104,7 @@ jobs:
# quickmaterialtest|quicktexturetest fails because of QT_QUICK_BACKEND=software AND QT_QPA_PLATFORM=offscreen
# quickinspectortest|quickinspectortest2 fails at CI, local with 6.2.4 passes
- name: Run tests on Linux Qt6 (offscreen)
if: ${{ runner.os == 'Linux' }}
if: ${{ runner.os == 'Linux' && matrix.config.qt_version == "5.15" }}
run: >
ctest --test-dir ./build-${{ matrix.config.preset }} --output-on-failure
--exclude-regex "quickmaterialtest|quicktexturetest|quickinspectortest|quickinspectortest2"
Expand Down

0 comments on commit 335104e

Please sign in to comment.