Skip to content

Commit

Permalink
attempt to build for macos 16
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Nov 18, 2024
1 parent e6e4844 commit 5ed01f8
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/macos-16.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: MacOS make 16

on:
push:
branches: [ master, development ]

jobs:
build:

runs-on: macos-16

steps:
- uses: actions/checkout@v4
- name: Fetch git tags
run: git fetch --unshallow --tags
- name: Install submodules
run: git submodule update --init --recursive
- name: Install dependencies
run: brew install pkgconfig glibmm jack liblo libsndfile gtkmm3 eigen boost gsl fftw libsamplerate cpprestsdk nlohmann-json openssl coreutils libsoundio xerces-c jpeg libmatio libltc cunit
- name: make
run: make lib libtest && make
- name: packaging
run: make packaging
- uses: actions/upload-artifact@v4
with:
name: ovbox-macOS-16
path: packaging/Darwin/*.tgz

0 comments on commit 5ed01f8

Please sign in to comment.