Skip to content

Sparkle and moved docs to gh-pages #23

Sparkle and moved docs to gh-pages

Sparkle and moved docs to gh-pages #23

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
build:
runs-on: macos-15
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Set up Xcode
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
with:
xcode-version: '16'
- name: Build Snap-O
run: |
set -o pipefail
xcodebuild -project Snap-O.xcodeproj \
-scheme Snap-O \
CODE_SIGNING_ALLOWED=NO \
CODE_SIGNING_REQUIRED=NO \
build