summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ninja-build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ninja-build.yml')
-rw-r--r--.github/workflows/ninja-build.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/ninja-build.yml b/.github/workflows/ninja-build.yml
index 5b28a8c5d3..428cd13429 100644
--- a/.github/workflows/ninja-build.yml
+++ b/.github/workflows/ninja-build.yml
@@ -95,12 +95,11 @@ jobs:
run: mkdir build
- name: configure
working-directory: build
- run: ../configure -cmake -opensource -confirm-license \
- \ -debug -no-optimize-debug -nomake tests -nomake examples \
+ run: ../configure -cmake -opensource -confirm-license -ccache -no-pch \
+ \ -debug -nomake tests -nomake examples \
\ -no-harfbuzz -no-iconv \
\ -system-pcre -system-zlib -system-freetype -system-libpng -system-libjpeg \
- \ -- -DQT_NO_MAKE_TESTS=ON -DQT_NO_MAKE_EXAMPLES=ON \
- \ -DQT_USE_CCACHE=ON -DBUILD_WITH_PCH=OFF \
+ \ -- \
\ ${{ matrix.cmake_flags }}
- name: ninja
working-directory: build