Skip to content

Commit

Permalink
ci: add testing and installation steps to CI workflow for windows-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
pageldev committed Jan 19, 2025
1 parent 837222e commit f849d56
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,11 @@ jobs:
-DCMAKE_BUILD_TYPE=Release
- name: build
run: |
cmake --build build
cmake --build build
- name: test
run: |
cd build
ctest --output-on-failure
- name: install
run: |
sudo cmake --install build

0 comments on commit f849d56

Please sign in to comment.