drone.yml: attempt windows
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Ballard 2021-04-13 13:27:15 -07:00
parent 0f8990c627
commit 3cb01261af
1 changed files with 10 additions and 10 deletions

View File

@ -141,17 +141,17 @@ platform:
steps: steps:
- name: fetch - name: fetch
image: openpriv/flutter-desktop:windows-dev image: openpriv/flutter-desktop:windows-dev
commands: commands:
- git fetch --tags - git fetch --tags
- git describe --tags > VERSION - git describe --tags > VERSION
- date +%G-%m-%d-%H-%M > BUILDDATE - date +%G-%m-%d-%H-%M > BUILDDATE
- name: build-windows - name: build-windows
image: openpriv/flutter-desktop:windows-dev image: openpriv/flutter-desktop:windows-dev
commands: commands:
- flutter pub get - flutter pub get
- mkdir deploy - mkdir deploy
- flutter build windows - flutter build windows
trigger: trigger:
repo: flutter/flutter_app repo: flutter/flutter_app