Git Product home page Git Product logo

ci-android's Introduction

ci-android

一个基于 DockerAndroid 编译环境镜像,已安装了JDK,Android SDK,可用于持续集成。

Build Status

如何使用

该镜像已经发布到 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会造成构建时间过长和镜像过大问题)

License

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.

ci-android's People

Contributors

allencloud avatar lijy91 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.