From 54651c447d111d80a342f0a2f81a25e11b3c23be Mon Sep 17 00:00:00 2001 From: Siklos Date: Sun, 8 May 2022 08:05:21 -0400 Subject: [PATCH 1/2] Add .drone.yml --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..2c00e26 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +name: default + +steps: +- name: test + image: cirrusci/flutter:stable + commands: + - sudo chown -R cirrus:cirrus . + - flutter doctor + - flutter test \ No newline at end of file From 5ebca73a006542409c3b4e6d51ab54bb0bedb844 Mon Sep 17 00:00:00 2001 From: Siklos Date: Sun, 8 May 2022 08:10:57 -0400 Subject: [PATCH 2/2] Fix drone yml ? --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2c00e26..cf8b5a2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,5 @@ steps: - name: test image: cirrusci/flutter:stable commands: - - sudo chown -R cirrus:cirrus . - flutter doctor - flutter test \ No newline at end of file