{"id":18511694,"url":"https://github.com/f-droid/ci-images-client","last_synced_at":"2025-04-09T04:34:00.369Z","repository":{"id":83015512,"uuid":"216522311","full_name":"f-droid/ci-images-client","owner":"f-droid","description":"mirror of https://gitlab.com/fdroid/ci-images-client","archived":false,"fork":false,"pushed_at":"2022-07-06T12:00:14.000Z","size":65,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T23:43:12.654Z","etag":null,"topics":["android-emulator","ci","docker","fdroid","gitlab-ci"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f-droid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"liberapay":"F-Droid-Data","open_collective":"F-Droid","github":["f-droid"],"custom":["https://f-droid.org/donate/","https://www.hellotux.com/f-droid"]}},"created_at":"2019-10-21T08:56:47.000Z","updated_at":"2024-11-15T20:15:13.000Z","dependencies_parsed_at":"2023-03-12T17:18:18.571Z","dependency_job_id":null,"html_url":"https://github.com/f-droid/ci-images-client","commit_stats":{"total_commits":124,"total_committers":4,"mean_commits":31.0,"dds":"0.33870967741935487","last_synced_commit":"3a6586020d8366b050e8ec80f5f1ac639e55a2d1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-droid%2Fci-images-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-droid%2Fci-images-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-droid%2Fci-images-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-droid%2Fci-images-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f-droid","download_url":"https://codeload.github.com/f-droid/ci-images-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247980830,"owners_count":21027803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-emulator","ci","docker","fdroid","gitlab-ci"],"created_at":"2024-11-06T15:29:26.436Z","updated_at":"2025-04-09T04:33:59.835Z","avatar_url":"https://github.com/f-droid.png","language":"Shell","funding_links":["https://liberapay.com/F-Droid-Data","https://opencollective.com/F-Droid","https://github.com/sponsors/f-droid","https://f-droid.org/donate/","https://www.hellotux.com/f-droid"],"categories":[],"sub_categories":[],"readme":"# F-Droid Client CI image\n\nGetting an Android emulator running automatically in a container-based\nCI system is a difficult task.  This project makes it as easy as\npossible, supporting as many emulator combinations that have proven to\nrun in GitLab-CI.\n\nThis Docker image is used in\n[fdroidclient](https://gitlab.com/fdroid/fdroidclient)'s continuous\nintegration via Gitlab.  It is built on top of our\n[ci-images-base](https://gitlab.com/fdroid/ci-images-base) Docker\nimage.  This specific image includes stuff that only the client tests need,\nlike emulator images.\n\nThe magic is mostly in the `start-emulator` script.  It will use KVM\nif it is available, but will run in a unprivileged environment as\nwell, albeit slower.\n\n\n## GitLab CI Example\n\n\n```yaml\n.connected-template: \u0026connected-template\n  image: registry.gitlab.com/fdroid/ci-images-client\n  script:\n    - ./gradlew assembleFullDebug # run this first to reduce concurrent RAM usage\n    - start-emulator\n    - wait-for-emulator\n    - adb devices\n    - adb shell input keyevent 82 \u0026\n    - ./gradlew connectedFullDebugAndroidTest || (adb -e logcat -d \u003e logcat.txt; exit 1)\n  artifacts:\n    paths:\n      - logcat.txt\n\nconnected 22 default armeabi-v7a:\n  \u003c\u003c: *connected-template\n\nconnected 23 default aarch64:\n  \u003c\u003c: *connected-template\n\nconnected 26 google_apis x86:\n  \u003c\u003c: *connected-template\n\nconnected 27 google_apis_playstore x86:\n  \u003c\u003c: *connected-template\n\nconnected 29 default x86_64:\n  \u003c\u003c: *connected-template\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff-droid%2Fci-images-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff-droid%2Fci-images-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff-droid%2Fci-images-client/lists"}