Skip to content

Docker Image for Android (Android SDK, Fastlane, JDK-17, mobsfscan)

Notifications You must be signed in to change notification settings

WeRockStar/android-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Docker image for Android (Experiment!)

The image contains the Android SDK, Fastlane, JDK-17, mobsfscan(Static analysis tools), and more utilities tools.

Here is example for Gitlab CI (.gitlab-ci.yml)

image: werockstar/android-build:0.0.1-alpha04

before_script:
  - export GRADLE_USER_HOME=$(pwd)/.gradle

stages:      
  - lint
  - test
  - build
  - deploy-dev

linter-android:   
  stage: lint
  script:
    - ./gradlew detekt 

unit-test:   
  stage: test    
  script:
    - ./gradlew test

build-android:
  stage: build
  script:
    # - ./gradlew androidApp:assDe
    - fastlane build

deploy-dev:    
  stage: deploy-dev
  environment: dev
  script:
    - fastlane beta

About

Docker Image for Android (Android SDK, Fastlane, JDK-17, mobsfscan)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published