1 Star 0 Fork 26

linving/seadroid

forked from lins05/seadroid 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 802 Bytes
一键复制 编辑 原始数据 按行查看 历史
#based on https://raw.github.com/leviwilson/android-travis-ci-example/master/.travis.yml
language: java
jdk:
# - openjdk7
- oraclejdk7
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libstdc++6:i386 lib32z1 expect
- wget http://dl.google.com/android/android-sdk_r24.0.2-linux.tgz
- tar xf android-sdk_r24.0.2-linux.tgz
- export ANDROID_HOME=`pwd`/android-sdk-linux
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
- echo "y" | android update sdk -a --filter tools,platform-tools,build-tools-21.1.2,android-21 --no-ui --force
- cd /tmp/
- git clone https://github.com/mosabua/maven-android-sdk-deployer.git
- cd maven-android-sdk-deployer
- mvn clean install -pl platforms/android-21
- cd $TRAVIS_BUILD_DIR
script:
- mvn test
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/linving/seadroid.git
[email protected]:linving/seadroid.git
linving
seadroid
seadroid
master

搜索帮助