Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L libretro-build-android
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Libretro Infrastructure
  • libretro-build-android
  • Merge requests
  • !2

The source project of this merge request has been removed.
Merged
Created Dec 21, 2020 by farmerbb@farmerbbDeveloper

Dockerfile updates

  • Overview 5
  • Changes 1
  • Adds fastlane to the Docker image so that Play Store deploys can be automated. This requires Ruby to be installed as well.
  • Removes ndk-bundle as well as the downloaded android-sdk.zip file to hopefully save space. ndk-bundle isn't actually needed as we're already downloading two other NDKs. However, the Gradle build process still expects it to be there, so we can just symlink NDK 21 to the location that ndk-bundle is expected to be in. This does produce a warning during app builds, but it should be safe to ignore.
Edited Dec 21, 2020 by farmerbb
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: master