Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Thu, 02 May 2024 21:52:06 UTC Commit: 1bec2566ca59b07fd1be2a91fb756694ba308bc6 https://github.com/geany/geany-plugins/commit/1bec2566ca59b07fd1be2a91fb7566...
Log Message: ----------- ci: Disable cppcheck on distcheck
There's no real added value in running cppcheck in the distributed sources as well, and it effectively doubles check times for virtually no gain.
Modified Paths: -------------- .github/workflows/build.yml
Modified: .github/workflows/build.yml 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -191,7 +191,7 @@ jobs: - name: Run distcheck run: | cd _build - make -j ${{ env.JOBS }} distcheck DISTCHECK_CONFIGURE_FLAGS="${{ env.CONFIGURE_FLAGS }}"; + make -j ${{ env.JOBS }} distcheck DISTCHECK_CONFIGURE_FLAGS="${{ env.CONFIGURE_FLAGS }} --disable-cppcheck";
- name: ccache statistics if: ${{ env.DEBUG == '1' }}
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).