Skip to content

Commit

Permalink
Merge pull request #38237 from m-kuhn/qt514
Browse files Browse the repository at this point in the history
Enable ccache for Qt 5.14 github workflow
  • Loading branch information
m-kuhn committed Aug 11, 2020
2 parents fe1dc92 + 7829b55 commit 8ccc824
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .ci/qt5_14/build.sh
Expand Up @@ -5,8 +5,10 @@ cd /usr/src/qgis/build || exit -1

ccache -s

ln -s /../../bin/ccache /usr/lib64/ccache/clang
ln -s /../../bin/ccache /usr/lib64/ccache/clang++

cmake -GNinja \
-DUSE_CCACHE=ON \
-DWITH_QUICK=OFF \
-DWITH_3D=ON \
-DWITH_STAGED_PLUGINS=ON \
Expand All @@ -26,8 +28,8 @@ cmake -GNinja \
-DWITH_ORACLE=OFF \
-DDISABLE_DEPRECATED=ON \
-DCXX_EXTRA_FLAGS="${CLANG_WARNINGS}" \
-DCMAKE_C_COMPILER=/usr/bin/clang \
-DCMAKE_CXX_COMPILER=/usr/bin/clang++ \
-DCMAKE_C_COMPILER=/usr/lib64/ccache/clang \
-DCMAKE_CXX_COMPILER=/usr/lib64/ccache/clang++ \
-DADD_CLAZY_CHECKS=ON \
-DWERROR=TRUE \
..
Expand Down

0 comments on commit 8ccc824

Please sign in to comment.