Skip to content

Commit 017cd3c

Browse files
committed
nightly
1 parent ff4ebbe commit 017cd3c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/iwyu.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)