ci schmi
This commit is contained in:
parent
800df72a33
commit
ca800577fc
25
.gitea/workflows/android.yaml
Normal file
25
.gitea/workflows/android.yaml
Normal file
@ -0,0 +1,25 @@
|
||||
name: Flutter Schmutter
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: setup flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: 'latest'
|
||||
|
||||
- name: install deps
|
||||
run: flutter pub get
|
||||
|
||||
- name: build apk
|
||||
run: flutter build apk --release
|
Loading…
x
Reference in New Issue
Block a user