Skip to content

Commit

Permalink
Add tests with cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ToKiNoBug committed Apr 1, 2024
1 parent 6eaf042 commit d8460b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
- name: Test with cmake
run: |
choco install ninja
cargo install --path .
mkdir build
cmake -S ./tests -B ./build -DCMAKE_PREFIX_PATH=C:/vcpkg/installed/x64-windows -DCMAKE_INSTALL_PREFIX=install
cmake -S ./tests -B ./build -G Ninja -DCMAKE_PREFIX_PATH=C:/vcpkg/installed/x64-windows -DCMAKE_INSTALL_PREFIX=install
cmake --build ./build
cd ./build
cpack -G 7Z
Expand Down

0 comments on commit d8460b1

Please sign in to comment.