- try to fix travis build travis script debug pt 4

This commit is contained in:
Rolzad73
2019-03-27 21:37:38 -04:00
parent 0cb931e6e2
commit 46ba018201
2 changed files with 3 additions and 5 deletions

View File

@@ -3,7 +3,8 @@ branches:
except:
- latest-master
before_install:
before_install
- ant -version
- export BUILD_PSP=YES
- export BUILD_ANDROID=YES
- export BUILD_Qt=YES
@@ -48,10 +49,6 @@ install:
$ANDROID list sdk --extended -a &&
echo yes | $ANDROID update sdk -a -t tools,platform-tools,build-tools-23.0.1,android-10 --no-ui --force --no-https;
fi
- sudo apt-get install python-software-properties
- sudo add-apt-repository ppa:webupd8team/java
- sudo apt-get update
- sudo apt-get install oracle-java7-installer
- sudo pip install pyjavaproperties
- sudo pip install github3.py
- sudo pip install cpp-coveralls

View File

@@ -1,6 +1,7 @@
#!/bin/sh -e
# let's dump some info to debug a bit
echo ant version = `ant -version`
echo ls = `ls`
echo pwd = `pwd`
# computing potential release name