Skip to content

Commit

Permalink
[ci] test install target with MADNESS_BUILD_LIBRARIES_ONLY={ON,OFF}
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Oct 25, 2023
1 parent 6ba7269 commit 35927aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
-DBUILD_TESTING=ON
-DMADNESS_ENABLE_CEREAL=ON
-DMADNESS_BUILD_MADWORLD_ONLY=${{ matrix.task_backend != 'Threads' }}
-DMADNESS_BUILD_LIBRARIES_ONLY=${{ matrix.build_type != 'Debug' }}
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -129,3 +130,8 @@ jobs:
working-directory: ${{github.workspace}}/build
shell: bash
run: cmake --build . --target check-short-madness

- name: Install
working-directory: ${{github.workspace}}/build
shell: bash
run: cmake --build . --target install

0 comments on commit 35927aa

Please sign in to comment.