Skip to content

build: Ship elf.h

build: Ship elf.h #5

Workflow file for this run

name: macOS CI
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0
- name: Install SDL2 and dylibbundler
run: |
brew install sdl2
brew install dylibbundler
- name: Build and pack Iris
run: |
git fetch --all --tags
./build.sh
- uses: actions/upload-artifact@v4
with:
name: iris-macos-latest
path: ./iris.app