Skip to content

Commit

Permalink
Attempt to test the cmake based build on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 20, 2024
1 parent cf383a3 commit 6faf9e1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,21 @@ jobs:
- name: make
run: make

mac-cmake:

runs-on: macos-latest

steps:
- uses: actions/checkout@v1
- name: install-qt
uses: jurplel/install-qt-action@v3
with:
version: '6.2.4'
- name: cmake
run: mkdir cbuild; cd cbuild; cmake ..
- name: make
run: cd build; make

# This requires too much disk space (more than 40 GB), so it is disabled for now:

# wasm:
Expand Down

0 comments on commit 6faf9e1

Please sign in to comment.