Skip to content

Commit

Permalink
fixup! ci: Test CMake edge cases
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Feb 4, 2024
1 parent d448f6f commit b8af63f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ jobs:
configure_options: '-DCMAKE_BUILD_TYPE=Debug'
cache_suffix: '-debug'
exe_extension: '.exe'
# Avoid "No space left on device" error.
skip_install: 'true'

steps:
- name: Checkout
Expand Down Expand Up @@ -355,6 +357,7 @@ jobs:
ctest --test-dir build -j $(nproc)
- name: Install
if: ${{ matrix.host.skip_install != 'true' }}
run: |
cmake --install build --prefix install
tree install
Expand Down

0 comments on commit b8af63f

Please sign in to comment.