ci: add drone config file

This commit is contained in:
Hugo Pointcheval 2022-05-27 18:18:58 +02:00
parent ac35cd89ca
commit cf4227fb58
Signed by: hugo
GPG Key ID: A9E8E9615379254F
2 changed files with 16 additions and 1 deletions

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
type: docker
name: default
steps:
- name: test:all
image: cirrusci/flutter:stable
commands:
- PATH=$PATH:$HOME/.pub-cache/bin
- flutter doctor
- flutter pub global activate melos
- melos bs
- melos run test:all

View File

@ -3,10 +3,12 @@
// -----
// File: aes_gcm.dart
// Created Date: 24/05/2022 16:34:54
// Last Modified: 24/05/2022 17:15:22
// Last Modified: 27/05/2022 17:36:31
// -----
// Copyright (c) 2022
// ignore_for_file: implementation_imports
import 'dart:typed_data';
import 'package:pointycastle/export.dart';