From 2f421b4fb10186c4c158b771ffe47fc3872b6eb1 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sun, 12 May 2019 19:29:39 -0400 Subject: [PATCH] drone: a bad attempt at fixing Drone. --- .drone.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 532a03b..5515cbb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,10 @@ -build: - image: teaci/msys32 - shell: mingw32 - pull: true - commands: - - ./tools/ci-build.sh +kind: pipeline +name: default + +steps: +- name: mingw32 + image: teaci/msys32 + shell: mingw32 + pull: true + commands: + - ./tools/ci-build.sh