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 7750d01 commit ccf908d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ jobs:
CTEST_OUTPUT_ON_FAILURE : 1
BUILD_CONFIG : >
-G Ninja
-DCMAKE_INSTALL_PREFIX=${{github.workspace}}/install
-DCMAKE_PREFIX_PATH=/usr/local/opt/bison
-DBUILD_SHARED_LIBS=OFF
-DMPIEXEC_PREFLAGS='--bind-to;none;--allow-run-as-root'
-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 +131,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 ccf908d

Please sign in to comment.