File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
7373 make -j$(nproc) HAVE_RULES=yes
7474
75- # do not use pushd in this step since we go below the working directory
76- - name : Run test/cli (symlink)
77- run : |
78- cd ..
79- ln -s cppcheck 'cpp check'
80- cd 'cpp check/test/cli'
81- python3 -m pytest -Werror --strict-markers -vv
82-
83- # FIXME: proj2_test.py fails because of the relative path cleanups in ImportProject::setRelativePaths()
84- # It fails because the application path used as base path has its symlink resolved by getcwd().
85- - name : Run test/cli (symlink)
86- if : false
87- run : |
88- ln -s . 'cpp check'
89- python3 -m pytest -Werror --strict-markers -vv 'cpp check/test/cli'
90-
91- - name : Run test/cli (-j2)
92- run : |
93- python3 -m pytest -Werror --strict-markers -vv test/cli
94- env :
95- TEST_CPPCHECK_INJECT_J : 2
96-
97- - name : Run test/cli (--clang)
98- if : false
99- run : |
100- python3 -m pytest -Werror --strict-markers -vv test/cli
101- env :
102- TEST_CPPCHECK_INJECT_CLANG : clang
103-
10475 - name : Run cfg tests
10576 if : matrix.os != 'ubuntu-22.04'
10677 run : |
You can’t perform that action at this time.
0 commit comments