ci: Add install step

This commit is contained in:
Charles Giessen 2024-06-18 12:32:04 -05:00
parent 150ff0f991
commit 66c6465cda

View file

@ -30,6 +30,7 @@ jobs:
cmakeVersion: ${{ matrix.cmake-version }}
- uses: ilammy/msvc-dev-cmd@v1
- run: cmake -S . -B build -D VULKAN_HEADERS_ENABLE_TESTS=ON -D VULKAN_HEADERS_ENABLE_INSTALL=ON -G Ninja
- run: cmake --install build/ --prefix build/install
- run: ctest --output-on-failure
working-directory: build