From d70d83b2c57d1d89c4f74d339ef81225e9542fdc Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Wed, 6 Feb 2019 20:54:33 -0500 Subject: [PATCH] Install brew dependencies and correct scheme --- .travis.yml | 2 +- bin/setup | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd413de..6b3f5ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/bin/setup b/bin/setup index 3883297..56e98d7 100755 --- a/bin/setup +++ b/bin/setup @@ -1,5 +1,7 @@ #!/bin/sh +brew install meson ninja + git submodule update --init cd libmpdclient && \