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