Skip to content

Reintroduce Github CI workflow thanks to fixes #18

Reintroduce Github CI workflow thanks to fixes

Reintroduce Github CI workflow thanks to fixes #18

Workflow file for this run

name: Build LES for macOS
on: push
jobs:
build:
runs-on: macos-11
steps:
- name: Cloning Git repository
uses: actions/checkout@v1
with:
submodules: 'recursive'
- name: Prepare build environment
run: ./scripts/github-ci-pre.sh
- name: Attempt to build the Live Enhancement Suite for macOS
run: |
xcodebuild -workspace Hammerspoon.xcworkspace -scheme Hammerspoon -configuration Debug clean build | tee $(date +%s).log | xcbeautify