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:
- name: fetch
image: openpriv/flutter-desktop:windows-dev
commands:
- git fetch --tags
- git describe --tags > VERSION
- date +%G-%m-%d-%H-%M > BUILDDATE
image: openpriv/flutter-desktop:windows-dev
commands:
- git fetch --tags
- git describe --tags > VERSION
- date +%G-%m-%d-%H-%M > BUILDDATE
- name: build-windows
image: openpriv/flutter-desktop:windows-dev
commands:
- flutter pub get
- mkdir deploy
- flutter build windows
image: openpriv/flutter-desktop:windows-dev
commands:
- flutter pub get
- mkdir deploy
- flutter build windows
trigger:
repo: flutter/flutter_app