Skip to content

Documentation updates for 2.2.0 #155

Documentation updates for 2.2.0

Documentation updates for 2.2.0 #155

Workflow file for this run

name: Build OSX binaries
on:
- push
- pull_request
jobs:
osx:
runs-on: macos-12
steps:
- run: brew install zmq sdl2 libelf
- run: pip3 install meson
- run: pip3 install ninja
- uses: actions/checkout@v4
- run: meson setup ./build
- run: ninja -C ./build
- run: meson install -C ./build --destdir ./install
- uses: actions/upload-artifact@v4
with:
name: orbuculum-osx
path: build/install/**/*
if-no-files-found: error