Skip to content

Updated documentation + bumped min version to 10.13 in docs etc. #69

Updated documentation + bumped min version to 10.13 in docs etc.

Updated documentation + bumped min version to 10.13 in docs etc. #69

Workflow file for this run

name: build
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
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]}
# Tests require GUI environment, disabled in CI
#- name: Run tests
# run: make clt_tests