Skip to content

Commit

Permalink
Build on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroMemes committed Sep 30, 2024
1 parent de5200e commit d248cb2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ env:
BUILD_TYPE: Debug

jobs:
macos:
strategy:
matrix:
os: [ macos-latest-large, macos-latest ]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3

- name: Configure
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DLIBHAT_SHARED_C_LIB=ON

- name: Build
run: cmake --build ${{github.workspace}}/build -j 4

linux:
strategy:
matrix:
Expand Down

0 comments on commit d248cb2

Please sign in to comment.