一个基于 Docker 的 Android 编译环境镜像,已安装了JDK,Android SDK,可用于持续集成。
该镜像已经发布到 DaoCloud 的公共仓库中,直接使用 daocloud.io/lijy91/ci-android 镜像即可。
Dockerfile
FROM daocloud.io/lijy91/ci-android
daocloud.yml
image: daocloud.io/lijy91/ci-android
应用于 DaoCloud CI
在项目根目录创建一个 daocloud.yml
文件来开启你的持续集成服务。
image: daocloud.io/lijy91/ci-android
script:
- ./gradlew app:assembleDebug --debug
你还可以阅读这些更为详情的文章: 使用DaoCloud与FIR.im为CodingAndroid项目开启持续集成的尝试
- Oracle Java JDK 7 (7u79)
- Oracle Java JDK 8 (8u66)
- Android SDK (r24.4.1)
-
Android NDK(安装NDK会造成构建时间过长和镜像过大问题)
Copyright (C) 2015 JianyingLi <[email protected]>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.