Skip to content

Commit

Permalink
iwyu
Browse files Browse the repository at this point in the history
  • Loading branch information
hotstreams committed Aug 26, 2024
1 parent 5d7de60 commit 5b2ee05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
run: |
cd ./build
cmake --install .
pwd
- name: setup
run: |
Expand All @@ -78,8 +79,9 @@ jobs:
#make extensions
- name: build
run: |
pwd
mkdir build
cmake -DCMAKE_CXX_INCLUDE_WHAT_YOU_USE="/usr/lib/llvm-20/lib" -DBUILD_SAMPLES=OFF -DBUILD_TESTS=ON -DOPENGL_SHADER_OUTPUT=ON -S . -B build
cmake -DCMAKE_CXX_INCLUDE_WHAT_YOU_USE="./include-what-you-use" -DBUILD_SAMPLES=OFF -DBUILD_TESTS=ON -DOPENGL_SHADER_OUTPUT=ON -S . -B build
cd build
make
- name: test
Expand Down

0 comments on commit 5b2ee05

Please sign in to comment.