Skip to content

Tweaked build_unsigned target in Makefile #73

Tweaked build_unsigned target in Makefile

Tweaked build_unsigned target in Makefile #73

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build on macOS
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: gem install xcpretty
- name: Build app
run: make build_unsigned | xcpretty -c && exit ${PIPESTATUS[0]}