Update psp sdk link, don't install theos for all mac builds
This commit is contained in:
@@ -46,6 +46,10 @@ before_install:
|
|||||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
||||||
brew update &&
|
brew update &&
|
||||||
brew install dpkg &&
|
brew install dpkg &&
|
||||||
|
pwd &&
|
||||||
|
ls;
|
||||||
|
fi
|
||||||
|
- if [ "$BUILD_TYPE" == "iOS" ]; then
|
||||||
curl -s -f -L https://raw.github.com/r-plus/dotfiles/master/install_theos.sh | bash &&
|
curl -s -f -L https://raw.github.com/r-plus/dotfiles/master/install_theos.sh | bash &&
|
||||||
pwd &&
|
pwd &&
|
||||||
ls;
|
ls;
|
||||||
@@ -55,7 +59,7 @@ before_install:
|
|||||||
export PSPDEV="$TRAVIS_BUILD_DIR/opt/pspsdk" &&
|
export PSPDEV="$TRAVIS_BUILD_DIR/opt/pspsdk" &&
|
||||||
export PSPSDK="$PSPDEV/psp/sdk" &&
|
export PSPSDK="$PSPDEV/psp/sdk" &&
|
||||||
export PATH="$PATH:$PSPDEV/bin:$PSPSDK/bin" &&
|
export PATH="$PATH:$PSPDEV/bin:$PSPSDK/bin" &&
|
||||||
wget -O sdk.lzma http://superb-sea2.dl.sourceforge.net/project/minpspw/SDK%20%2B%20devpak/pspsdk%200.11.2/minpspw_0.11.2-amd64.tar.lzma;
|
wget -O sdk.lzma https://sourceforge.net/projects/minpspw/files/SDK%20%2B%20devpak/pspsdk%200.11.2/minpspw_0.11.2-amd64.tar.lzma/download;
|
||||||
fi
|
fi
|
||||||
# Building for Android here
|
# Building for Android here
|
||||||
- if [ "$BUILD_TYPE" == "ANDROID" ]; then
|
- if [ "$BUILD_TYPE" == "ANDROID" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user