Skip to content

Commit

Permalink
add action for macos 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Giso Grimm authored and Giso Grimm committed Jun 2, 2024
1 parent d248af5 commit 71ba020
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/macos-13.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: MacOS make 13

on:
push:
branches: [ master, development ]

jobs:
build:

runs-on: macos-13

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
- name: make
run: make lib libtest && make
- name: packaging
run: make packaging
- uses: actions/upload-artifact@v4
with:
name: ovbox-macOS-13
path: packaging/Darwin/*.tgz
File renamed without changes.

0 comments on commit 71ba020

Please sign in to comment.