cppcheck/.github/workflows
Oliver Stöneberg 9b3b477765
specify `gnu` library in selfcheck (#5436)
This should fix at least the following:
```
lib/color.cpp:33:43: debug: valueflow.cpp:10214:valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STDOUT_FILENO [valueFlowBailoutIncompleteVar]
    static const bool stdout_tty = isatty(STDOUT_FILENO);
                                          ^
```
2023-09-11 19:59:58 +02:00
..
CI-cygwin.yml avoid duplicated workflow invocations for pushes in PRs made from root repository branches (#5377) 2023-09-01 18:52:20 +02:00
CI-mingw.yml CI-mingw.yml: use pre-installed MinGW / also use `lld` and `ccache` for faster builds (#4400) 2023-09-04 13:56:18 +02:00
CI-unixish-docker.yml avoid duplicated workflow invocations for pushes in PRs made from root repository branches (#5377) 2023-09-01 18:52:20 +02:00
CI-unixish.yml specify `gnu` library in selfcheck (#5436) 2023-09-11 19:59:58 +02:00
CI-windows.yml fixed #11910 - removed Visual Studio x86 targets from project files and builds from CI (#5397) 2023-09-04 19:40:13 +02:00
asan.yml specify `gnu` library in selfcheck (#5436) 2023-09-11 19:59:58 +02:00
buildman.yml avoid duplicated workflow invocations for pushes in PRs made from root repository branches (#5377) 2023-09-01 18:52:20 +02:00
cifuzz.yml CI: Add CIFuzz integration (#4590) 2022-11-20 22:36:28 +01:00
clang-tidy.yml avoid duplicated workflow invocations for pushes in PRs made from root repository branches (#5377) 2023-09-01 18:52:20 +02:00
codeql-analysis.yml avoid duplicated workflow invocations for pushes in PRs made from root repository branches (#5377) 2023-09-01 18:52:20 +02:00
coverage.yml avoid duplicated workflow invocations for pushes in PRs made from root repository branches (#5377) 2023-09-01 18:52:20 +02:00
format.yml avoid duplicated workflow invocations for pushes in PRs made from root repository branches (#5377) 2023-09-01 18:52:20 +02:00
iwyu.yml iwyu.yml: actually disable archlinux step [skip ci] (#5287) 2023-08-02 14:49:48 +02:00
release-windows.yml updated workflows to `jurplel/install-qt-action@v3` (#4708) 2023-01-18 17:04:21 +01:00
scriptcheck.yml avoid duplicated workflow invocations for pushes in PRs made from root repository branches (#5377) 2023-09-01 18:52:20 +02:00
selfcheck.yml avoid duplicated workflow invocations for pushes in PRs made from root repository branches (#5377) 2023-09-01 18:52:20 +02:00
tsan.yml specify `gnu` library in selfcheck (#5436) 2023-09-11 19:59:58 +02:00
ubsan.yml specify `gnu` library in selfcheck (#5436) 2023-09-11 19:59:58 +02:00
valgrind.yml avoid duplicated workflow invocations for pushes in PRs made from root repository branches (#5377) 2023-09-01 18:52:20 +02:00