We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8df1d6 commit a6845cfCopy full SHA for a6845cf
.github/workflows/smoke_test.yml
@@ -51,6 +51,16 @@ jobs:
51
run: |
52
pip install git+https://github.com/Fare9/Shuriken-Analyzer.git@80443a369b6f0db6f3fd523fd0c0c4efcd64e2d5#subdirectory=shuriken/bindings/Python/
53
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 -DGITHUB_ACTION=ON -DDEX_TESTS=ON
60
+ cmake --build build/ --config Release
61
+ cmake --install build/ --config Release --prefix "C:/Program Files (x86)/Shuriken"
62
+ cd -
63
+ if: matrix.os == 'windows-latest'
64
65
- name: Install MacPorts
66
uses: melusina-org/setup-macports@v1
0 commit comments