Skip to content

Set the minimum host requirements for Codespaces #2

Set the minimum host requirements for Codespaces

Set the minimum host requirements for Codespaces #2

Workflow file for this run

on: [push, pull_request]
name: Build atomicDEX APK
jobs:
build:
name: Build APK on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: ca333/flutter-action@v1
with:
flutter-version: '1.12.13+hotfix.7'
- run: flutter doctor
- run: flutter pub get
- run: flutter build apk --release
- if: runner.os != 'Windows'
run: shasum -a 256 build/app/outputs/apk/release/app-release.apk