Skip to content

chore(ci): only build debug variants #3

chore(ci): only build debug variants

chore(ci): only build debug variants #3

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: macos-13
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up XCode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "15.2.0"
- name: Setup JDK 17
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 17
cache: 'gradle'
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew assembleDebug