Skip to content

Merge branch 'barcode-scanner' of https://github.com/Team-Optix-3749/… #252

Merge branch 'barcode-scanner' of https://github.com/Team-Optix-3749/…

Merge branch 'barcode-scanner' of https://github.com/Team-Optix-3749/… #252

Workflow file for this run

name: build
on:
- push
jobs:
android:
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- uses: actions/checkout@v2.1.0
- uses: actions/setup-java@v1
with:
java-version: "12.x"
- uses: subosito/flutter-action@v2
- run: flutter pub get
- run: flutter build apk