native-crypto/.drone.yml
Hugo Pointcheval 4fde7d0aa2
All checks were successful
continuous-integration/drone/pr Build is passing
ci: add badge
2022-06-01 13:47:38 +02:00

17 lines
281 B
YAML

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
trigger:
branch:
- master