Skip to content

Commit

Permalink
Merge pull request #140 from ntut-xuan/15-Macintosh-Support
Browse files Browse the repository at this point in the history
Macintosh support
  • Loading branch information
ntut-rick authored Feb 29, 2024
2 parents d62d36c + b086919 commit 4743479
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- os: windows-latest
build_type: Release
binary: windows-binary
- os: macos-latest
build_type: Release

steps:
- if: matrix.os == 'ubuntu-latest'
Expand Down Expand Up @@ -47,3 +49,9 @@ jobs:
run: |
cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
cmake --build build --config ${{ matrix.build_type }}
- name: Building Project
if: matrix.os == 'macos-latest'
run: |
cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
cmake --build build

0 comments on commit 4743479

Please sign in to comment.