Skip to content

Commit

Permalink
option to use msvc to compile windows binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
rikodot authored Dec 2, 2023
1 parent 540864b commit 63cd54a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
run: |
cd binaryninjaapi
git apply --verbose ../binja.patch
#- name: Configure CMake for Windows
# if: runner.os == 'Windows'
# run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
#- name: Configure CMake for Linux & macOS
# if: runner.os != 'Windows'
# run: cmake -B ${{github.workspace}}/build -G Ninja -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -G Ninja -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build
Expand Down

0 comments on commit 63cd54a

Please sign in to comment.