1 Star 0 Fork 0

shizhen.zhang / ndk-samples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 900 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gerry 提交于 2019-12-10 12:41 . minor doc update (#677)
language: android
sudo: true
android:
components:
- tools
- platform-tools
- extra-google-m2repository
- extra-android-m2repository
addons:
apt_packages:
- pandoc
# artifacts:
# paths:
# - $(git ls-files -o | grep app/build/outputs | tr "\n" ":")
before_install:
install:
- echo y | sdkmanager "ndk-bundle"
- echo y | sdkmanager "ndk;20.1.5948944"
- echo y | sdkmanager "cmake;3.6.4111459"
- echo y | sdkmanager "cmake;3.10.2.4988404"
# - sdkmanager --update
before_script:
- export ANDROID_NDK_ROOT=$ANDROID_HOME/ndk-bundle
- export ANDROID_NDK_HOME=$ANDROID_NDK_ROOT
script:
# scripts excutes inside our repo directory on CI machine
- export SAMPLE_CI_RESULT=0
- source .ci_tools/setup_env.sh
- source .ci_tools/build_samples.sh
- source .ci_tools/run_samples.sh
# - source .ci_tools/misc_ci.sh
- eval "[[ $SAMPLE_CI_RESULT == 0 ]]"
1
https://gitee.com/shizhenzhang/ndk-samples.git
git@gitee.com:shizhenzhang/ndk-samples.git
shizhenzhang
ndk-samples
ndk-samples
master

搜索帮助