Skip to content

build: disable managedDevices animation. #8

build: disable managedDevices animation.

build: disable managedDevices animation. #8

name: Android SNAPSHOT CI
on:
push:
branches: [ "master", "ci-1.14.0-rc04-benchmark" ]
paths-ignore:
- '**.md'
- '**.txt'
- '.github/**'
- '.idea/**'
- 'fastlane/**'
- '!.github/workflows/**'
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Generate baseline profile
run: ./gradlew :androidApp:generateSnapshotChannelRichCodecReleaseBaselineProfile
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
-Pandroid.experimental.androidTest.numManagedDeviceShards=1
-Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1
--max-workers=1
- name: Build with Gradle
run: ./gradlew :androidApp:assembleSnapshotChannelRichCodecRelease
- name: Upload
uses: actions/upload-artifact@v3
with:
path: "androidApp/build/outputs/apk/snapshotChannelRichCodec/release/*.apk"
- name: Upload To Telegram
if: github.event_name != 'pull_request'
uses: xireiki/[email protected]
with:
bot_token: ${{ secrets.BOT_TOKEN }}
chat_id: ${{ secrets.CHAT_ID }}
# large_file: true
method: sendFile
path: "androidApp/build/outputs/apk/snapshotChannelRichCodec/release/*.apk"
# parse_mode: Markdown