From 65a9bd55d8cfc25cc9d581f5afb5369695de5e03 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Sun, 5 Feb 2017 11:03:51 +0100 Subject: [PATCH] Tries to fix iOS/MacOSX builds --- tools/macos.travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tools/macos.travis.yml b/tools/macos.travis.yml index 1ff9154bb..055379a90 100644 --- a/tools/macos.travis.yml +++ b/tools/macos.travis.yml @@ -5,8 +5,12 @@ before_install: - brew install qt5 - sudo pip install pyjavaproperties - sudo pip install github3.py -- brew install dpkg -- curl -s -f -L https://raw.github.com/r-plus/dotfiles/master/install_theos.sh | bash +- brew install dpkg ldid +#- curl -s -f -L https://raw.github.com/r-plus/dotfiles/master/install_theos.sh | bash +- mkdir theos +- cd theos +- git clone --recursive https://github.com/theos/theos.git +- export THEOS="$TRAVIS_BUILD_DIR/theos" - pwd - ls