1
1
mirror of https://github.com/danbee/persephone synced 2025-03-04 08:39:11 +00:00

Install brew dependencies and correct scheme

This commit is contained in:
Daniel Barber 2019-02-06 20:54:33 -05:00
parent 5121abdf33
commit d70d83b2c5
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
2 changed files with 3 additions and 1 deletions

View File

@ -3,5 +3,5 @@ osx_image: xcode10.1
xcode_destination: platform=macOS
language: swift
xcode_project: Persephone.xcodeproj
xcode_scheme: PersephoneTests
xcode_scheme: Persephone
install: bin/setup

View File

@ -1,5 +1,7 @@
#!/bin/sh
brew install meson ninja
git submodule update --init
cd libmpdclient && \