Skip to content

Commit

Permalink
add cmake install
Browse files Browse the repository at this point in the history
  • Loading branch information
correaa authored Jul 2, 2024
1 parent de9062c commit 33850da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Install
run: cmake --install

- name: Test
working-directory: ${{github.workspace}}/build
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure

0 comments on commit 33850da

Please sign in to comment.