Skip to content

XXX: Play with CI to set up IWYU #741

XXX: Play with CI to set up IWYU

XXX: Play with CI to set up IWYU #741

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
name: Build & Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
iwyu:
runs-on: ubuntu-latest
steps:
- run: |
dpkg-query -l "*llvm*"
dpkg-query -l "*clang*"
- name: Check out IWYU repo
uses: actions/checkout@v6
with:
repository: include-what-you-use/include-what-you-use
ref: clang_18
path: 'iwyu'
- name: Build IWYU
run: |
cd iwyu
cmake -G Ninja -B build
cmake --build build