Skip to content

docs: add README.md and update relazione.md #60

docs: add README.md and update relazione.md

docs: add README.md and update relazione.md #60

Workflow file for this run

name: Build
on:
push:
branches:
- '*'
tags-ignore:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
- name: Setup Android SDK
uses: android-actions/setup-android@v3
- name: Set chmod to Gradlew
run: chmod +x ./gradlew
- name: Build Akira Application
run: ./gradlew build