Skip to content

Build: Create a separate module for desktop sample following new defa… #107

Build: Create a separate module for desktop sample following new defa…

Build: Create a separate module for desktop sample following new defa… #107

Workflow file for this run

name: Android CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
with:
submodules: true
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Build with Gradle
run: ./gradlew assembleDebug lintVitalRelease