Skip to content

Commit f849d56

Browse files
committed
ci: add testing and installation steps to CI workflow for windows-2022
1 parent 837222e commit f849d56

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,11 @@ jobs:
5252
-DCMAKE_BUILD_TYPE=Release
5353
- name: build
5454
run: |
55-
cmake --build build
55+
cmake --build build
56+
- name: test
57+
run: |
58+
cd build
59+
ctest --output-on-failure
60+
- name: install
61+
run: |
62+
sudo cmake --install build

0 commit comments

Comments
 (0)