Skip to content

Commit

Permalink
Add Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
KenVanHoeylandt committed Jan 12, 2025
1 parent 5d189fe commit 295c943
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build-simulator/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ runs:
run: cmake --build buildsim --target AppSim
- name: 'Release'
shell: bash
if: ${{ inputs.publish == 'true' }}
run: Buildscripts/release-simulator.sh buildsim release/Simulator-${{ inputs.os_name }}-${{ inputs.platform_name }}
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/build-simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ jobs:
platform_name: aarch64
# macOS simulator currently fails due to main thread requirement for rendering
publish: false
Build-Simulator-Windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: "Build"
uses: ./.github/actions/build-simulator
with:
os_name: windows
platform_name: amd64
publish: false

0 comments on commit 295c943

Please sign in to comment.