Update .travis.yml

This commit is contained in:
Eduardo MG
2023-01-25 10:44:31 -06:00
committed by GitHub
parent 4d6d369ec0
commit 4b9f7de7c9

View File

@@ -7,7 +7,7 @@ branches:
before_install:
- export BUILD_PSP=NO
- export BUILD_ANDROID=NO
- export BUILD_Qt=YES
- export BUILD_Qt=NO
- export BUILD_MAC=NO
# Only building on Mac when not handling pull request
# - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
@@ -38,6 +38,7 @@ before_install:
wget https://dl.google.com/android/repository/android-ndk-r22-linux-x86_64.zip -nv &&
wget http://dl.google.com/android/android-sdk_r24.4.1-linux.tgz -nv;
fi
fi
install:
- if [ "$BUILD_PSP" == "YES" ]; then