From b1e836b5b0d2c441182ab291e920f119eba5ace7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E6=81=92=E9=BE=99?= Date: Thu, 28 Mar 2019 14:52:06 +0800 Subject: [PATCH] Update .drone.yml --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index 5b9ef96..504e6ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,14 @@ steps: commands: - flutter packages get +#- name: build_runner +# image: v7lin/flutter:1.2.1-stable +# volumes: +# - name: pub-cache +# path: /opt/flutter/.pub-cache +# commands: +# - flutter packages pub run build_runner build + - name: format image: v7lin/flutter:1.2.1-stable volumes: