File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161161 repository : ' include-what-you-use/include-what-you-use'
162162 path : ' include-what-you-use'
163163
164- - name : build include-what-you-use
164+ - name : build include-what-you-use CMake
165165 if : contains(matrix.os, 'ubuntu') && matrix.nightly
166166 run : |
167167 cmake -S include-what-you-use -B include-what-you-use-build -DCMAKE_BUILD_TYPE=Release
@@ -170,6 +170,11 @@ jobs:
170170 CC : clang-23
171171 CXX : clang++-23
172172
173+ - name : install include-what-you-use
174+ if : contains(matrix.os, 'ubuntu') && matrix.nightly
175+ run : |
176+ cmake --build include-what-you-use-build -target install
177+
173178 - name : iwyu_tool
174179 run : |
175180 iwyu_tool -p cmake.output -j $(nproc) -- -w -Xiwyu --max_line_length=1024 -Xiwyu --comment_style=long -Xiwyu --quoted_includes_first -Xiwyu --update_comments ${{ matrix.mapping_file_opt }} ${{ matrix.clang_inc }} > iwyu.log
You can’t perform that action at this time.
0 commit comments