We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd1282 commit 5f7c9adCopy full SHA for 5f7c9ad
.github/workflows/ubuntu.yml
@@ -43,21 +43,15 @@ jobs:
43
- name: Build
44
run: cmake --build build --target ci_test_gcc
45
46
- ci_static_analysis:
+ ci_infer:
47
runs-on: ubuntu-latest
48
container: ghcr.io/nlohmann/json-ci:v2.4.0
49
- strategy:
50
- matrix:
51
- target: [
52
- ci_test_amalgamation, # needs AStyle
53
- ci_infer # needs Infer
54
- ]
55
steps:
56
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57
- name: Run CMake
58
run: cmake -S . -B build -DJSON_CI=On
59
60
- run: cmake --build build --target ${{ matrix.target }}
+ run: cmake --build build --target ci_infer
61
62
ci_test_single_header:
63
0 commit comments