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

Add brew step to travis.yml

This commit is contained in:
Daniel Barber 2019-02-06 21:16:40 -05:00
parent 3f945ee717
commit cd054fb125
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
2 changed files with 3 additions and 3 deletions

View File

@ -4,4 +4,6 @@ xcode_destination: platform=macOS
language: swift
xcode_project: Persephone.xcodeproj
xcode_scheme: Persephone
install: bin/setup
before_install:
- brew install meson ninja
- bin/setup

View File

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