1 Star 0 Fork 0

freewu/tangram-es

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
language: android
sudo: enabled
branches:
only:
- master
matrix:
include:
- os: linux
env: PLATFORM=linux CXX=g++-4.9 CC=gcc-4.9
addons:
apt:
sources: [ 'kubuntu-backports', 'ubuntu-toolchain-r-test', 'george-edison55-precise-backports' ]
packages: [ 'cmake', 'gcc-4.9', 'g++-4.9', 'xorg-dev', 'libglu1-mesa-dev' ]
- os: linux
env: PLATFORM=android
addons:
apt:
sources: [ 'ubuntu-toolchain-r-test' ]
packages: [ 'libstdc++6', 's3cmd' ]
android:
components: [ 'tools', 'build-tools-25.0.0', 'extra-android-m2repository', 'android-25' ]
jdk: oraclejdk8
before_install:
- git submodule update --init --recursive
- source ./scripts/travis/before_install.sh
install: ulimit -c
before_script:
# Set the core file limit to unlimited so a core file is generated upon crash
- ulimit -c unlimited -S
# build test project
script:
- source ./scripts/travis/script_build.sh
- source ./scripts/travis/script_run_tests.sh
- source ./scripts/travis/script_run_bench.sh
after_success:
- source ./scripts/travis/script_deploy_android_snapshot.sh
- source ./scripts/travis/script_deploy_android_demo.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/free1234566789/tangram-es.git
git@gitee.com:free1234566789/tangram-es.git
free1234566789
tangram-es
tangram-es
master

搜索帮助