feature/ci-deploy #1

Merged
remoll merged 19 commits from feature/ci-deploy into main 2024-05-04 15:33:39 +00:00
Showing only changes of commit 55ec2d15a1 - Show all commits

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: https://github.com/actions/setup-java@v4 - uses: https://github.com/actions/setup-java@v4
with: with:
java-version: '12' java-version: '17'
distribution: 'zulu' distribution: 'zulu'
- uses: https://github.com/subosito/flutter-action@v2 - uses: https://github.com/subosito/flutter-action@v2
with: with:
@ -20,6 +20,8 @@ jobs:
flutter-version: 3.19.6 flutter-version: 3.19.6
cache: true cache: true
- run: flutter config --no-cli-animations - run: flutter config --no-cli-animations
- name: Setup Android SDK
uses: https://github.com/android-actions/setup-android@v3
- run: flutter pub get -v - run: flutter pub get -v
# - run: flutter test # - run: flutter test
- run: flutter build apk --debug --split-per-abi - run: flutter build apk --debug --split-per-abi