android-ci-github-action
ActionsA github action for image for building Android apps with support for multiple SDK Build Tools
v0.1.0
LatestPre-releaseBy Code0987
Tags
(2)A Github action of image for building Android apps with support for multiple SDK Build Tools. This Docker image contains the Android SDK and most common packages necessary for building Android apps in a CI tool.
More details code0987/android-ci.
name: Android CI
on: [push]
jobs:
android-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: "Android CI Github Action"
uses: code0987/android-ci-github-action@master
with:
args: |
npm install
export GRADLE_USER_HOME=`pwd`./src/.gradle
chmod 755 ./src/gradlew
./src/gradlew -p ./src check
android-ci-github-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.