Просмотр исходного кода

Remove Azure pipeline

flutter-beta
Dominik Spicher 6 лет назад
Родитель
Сommit
0bd4a3bd8e
2 измененных файлов: 0 добавлений и 36 удалений
  1. +0
    -1
      README.md
  2. +0
    -35
      azure-pipelines.yml

+ 0
- 1
README.md Просмотреть файл

@@ -1,6 +1,5 @@
# QR Code Scanner
[![GH Actions](https://github.com/juliuscanute/qr_code_scanner/workflows/dart/badge.svg)](https://github.com/juliuscanute/qr_code_scanner/actions)
[![Build Status](https://dev.azure.com/juliuscanute/spring/_apis/build/status/juliuscanute.qr_code_scanner?branchName=master)](https://dev.azure.com/juliuscanute/spring/_build/latest?definitionId=7&branchName=master)

A QR code scanner that works on both iOS and Android by natively embedding the platform view within Flutter. The integration with Flutter is seamless, much better than jumping into a native Activity or a ViewController to perform the scan.



+ 0
- 35
azure-pipelines.yml Просмотреть файл

@@ -1,35 +0,0 @@
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml

trigger:
- master

pr:
branches:
include:
- master

pool:
name: 'Default'

steps:
- script: |
cd example
$flutterPath/flutter build ios
displayName: 'Test iOS -- Build'
env:
flutterPath: $(flutterPath)
- script: |
cd example
$flutterPath/flutter packages get
$flutterPath/flutter build apk --target-platform android-arm,android-arm64 --split-per-abi
displayName: 'Test Android -- Build'
env:
flutterPath: $(flutterPath)
- script: |
$flutterPath/flutter pub pub publish --dry-run
displayName: 'Publish -- Dry Run'
env:
flutterPath: $(flutterPath)

Загрузка…
Отмена
Сохранить