anyway/.gitea/workflows/build-android.yaml
Remy Moll 9d1215db07
Some checks failed
Test, Build and Release web / Build Web (push) Failing after 57s
Test, Build and Release apk / Build APK (push) Has been cancelled
try again
2024-05-02 18:15:13 +02:00

25 lines
637 B
YAML

on: push
name: Test, Build and Release apk
jobs:
build:
name: Build APK
runs-on: k8s
steps:
- name: Install prerequisites
run: |
sudo apt-get update
sudo apt-get install -y xz-utils
- uses: https://github.com/actions/checkout@v1
- uses: https://github.com/actions/setup-java@v1
with:
java-version: '12.x'
- uses: https://github.com/subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.0
- run: flutter pub get
# - run: flutter test
- name: Build
run: flutter build web
# dumps onto publish_dir: ./build/web