Skip to content

Commit

Permalink
Add MacOS for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Jun 30, 2024
1 parent 3dcca8a commit a7e98c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ jobs:
- run: sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 10
- run: mkdir build && cd build && cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DENABLE_BUILD_WERROR=OFF && ninja

MacOS:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- run: mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DENABLE_BUILD_WERROR=OFF && make

0 comments on commit a7e98c6

Please sign in to comment.