Skip to content

Commit

Permalink
Add macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlin96069 committed Feb 4, 2024
1 parent ce816e1 commit 5d0f92b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,28 @@ jobs:
with:
name: nino-windows
path: release/nino.exe

build-macos:
name: macOS Build
runs-on: macos-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: true

- name: Prepare directories
run: make prep

- name: Build release
run: make release

- name: Build debug
run: make debug

- name: Archive release binary
uses: actions/upload-artifact@v3
with:
name: nino-macos
path: release/nino

0 comments on commit 5d0f92b

Please sign in to comment.