- 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: except:
- latest-master - latest-master
before_install: before_install
- ant -version
- export BUILD_PSP=YES - export BUILD_PSP=YES
- export BUILD_ANDROID=YES - export BUILD_ANDROID=YES
- export BUILD_Qt=YES - export BUILD_Qt=YES
@@ -48,10 +49,6 @@ install:
$ANDROID list sdk --extended -a && $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; echo yes | $ANDROID update sdk -a -t tools,platform-tools,build-tools-23.0.1,android-10 --no-ui --force --no-https;
fi 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 pyjavaproperties
- sudo pip install github3.py - sudo pip install github3.py
- sudo pip install cpp-coveralls - sudo pip install cpp-coveralls

View File

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