mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
10 lines
199 B
YAML
10 lines
199 B
YAML
os: osx
|
|
osx_image: xcode11.3
|
|
xcode_destination: platform=macOS
|
|
language: swift
|
|
xcode_project: Persephone.xcodeproj
|
|
xcode_scheme: Persephone
|
|
before_install:
|
|
- brew install meson ninja
|
|
- bin/setup
|