Skip to content

Commit 164c592

Browse files
committed
Windows test
1 parent 9a1569c commit 164c592

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/smoke_test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ jobs:
5151
run: |
5252
pip install git+https://github.com/Fare9/Shuriken-Analyzer.git@main#subdirectory=shuriken/bindings/Python/
5353
if: matrix.os == 'macos-13'
54+
55+
- name: Install Shuriken-Analyzer for Windows
56+
run: |
57+
git clone https://github.com/Fare9/Shuriken-Analyzer.git
58+
cd Shuriken-Analyzer
59+
cmake -S . -B build/ -DCMAKE_BUILD_TYPE=Release
60+
cmake --build build/ -j
61+
cmake --install build/
62+
cd -
63+
if: matrix.os == 'windows-latest'
5464

5565
- name: Install MacPorts
5666
uses: melusina-org/setup-macports@v1

0 commit comments

Comments
 (0)