Skip to content

XXX: Play with CI to set up IWYU #739

XXX: Play with CI to set up IWYU

XXX: Play with CI to set up IWYU #739

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:
- 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