Update Flutter Build Images
continuous-integration/drone/push Build is running Details

This commit is contained in:
Sarah Jamie Lewis 2022-11-16 08:39:48 -08:00 committed by Gitea
parent 91eca10f12
commit 08d337401f
1 changed files with 10 additions and 10 deletions

View File

@ -8,7 +8,7 @@ clone:
steps: steps:
- name: clone - name: clone
image: cirrusci/flutter:3.0.1 image: cirrusci/flutter:3.3.8
environment: environment:
buildbot_key_b64: buildbot_key_b64:
from_secret: buildbot_key_b64 from_secret: buildbot_key_b64
@ -24,7 +24,7 @@ steps:
- git checkout $DRONE_COMMIT - git checkout $DRONE_COMMIT
- name: fetch - name: fetch
image: cirrusci/flutter:3.0.1 image: cirrusci/flutter:3.3.8
volumes: volumes:
- name: deps - name: deps
path: /root/.pub-cache path: /root/.pub-cache
@ -47,7 +47,7 @@ steps:
# #Todo: fix all the lint errors and add `-set_exit_status` above to enforce linting # #Todo: fix all the lint errors and add `-set_exit_status` above to enforce linting
- name: build-linux - name: build-linux
image: openpriv/flutter-desktop:linux-fstable-3.0.1 image: openpriv/flutter-desktop:linux-fstable-3.3.8
volumes: volumes:
- name: deps - name: deps
path: /root/.pub-cache path: /root/.pub-cache
@ -61,7 +61,7 @@ steps:
- rm -r cwtch - rm -r cwtch
- name: test-build-android - name: test-build-android
image: cirrusci/flutter:3.0.1 image: cirrusci/flutter:3.3.8
when: when:
event: pull_request event: pull_request
volumes: volumes:
@ -71,7 +71,7 @@ steps:
- flutter build apk --debug - flutter build apk --debug
- name: build-android - name: build-android
image: cirrusci/flutter:3.0.1 image: cirrusci/flutter:3.3.8
when: when:
event: push event: push
environment: environment:
@ -95,7 +95,7 @@ steps:
#- cp build/app/outputs/flutter-apk/app-debug.apk deploy/android #- cp build/app/outputs/flutter-apk/app-debug.apk deploy/android
- name: widget-tests - name: widget-tests
image: cirrusci/flutter:3.0.1 image: cirrusci/flutter:3.3.8
volumes: volumes:
- name: deps - name: deps
path: /root/.pub-cache path: /root/.pub-cache
@ -177,7 +177,7 @@ clone:
steps: steps:
- name: clone - name: clone
image: openpriv/flutter-desktop:windows-sdk30-fstable-3.0.1 image: openpriv/flutter-desktop:windows-sdk30-fstable-3.3.8
environment: environment:
buildbot_key_b64: buildbot_key_b64:
from_secret: buildbot_key_b64 from_secret: buildbot_key_b64
@ -195,7 +195,7 @@ steps:
- git checkout $Env:DRONE_COMMIT - git checkout $Env:DRONE_COMMIT
- name: fetch - name: fetch
image: openpriv/flutter-desktop:windows-sdk30-fstable-3.0.1 image: openpriv/flutter-desktop:windows-sdk30-fstable-3.3.8
commands: commands:
- git describe --tags --abbrev=1 > VERSION - git describe --tags --abbrev=1 > VERSION
- powershell -command "Get-Date -Format 'yyyy-MM-dd-HH-mm'" > BUILDDATE - powershell -command "Get-Date -Format 'yyyy-MM-dd-HH-mm'" > BUILDDATE
@ -203,7 +203,7 @@ steps:
- .\fetch-libcwtch-go.ps1 - .\fetch-libcwtch-go.ps1
- name: build-windows - name: build-windows
image: openpriv/flutter-desktop:windows-sdk30-fstable-3.0.1 image: openpriv/flutter-desktop:windows-sdk30-fstable-3.3.8
commands: commands:
- flutter pub get - flutter pub get
- $Env:version += type .\VERSION - $Env:version += type .\VERSION
@ -262,7 +262,7 @@ steps:
- move *.sha512 deploy\$Env:builddir - move *.sha512 deploy\$Env:builddir
- name: deploy-windows - name: deploy-windows
image: openpriv/flutter-desktop:windows-sdk30-fstable-3.0.1 image: openpriv/flutter-desktop:windows-sdk30-fstable-3.3.8
when: when:
event: push event: push
status: [ success ] status: [ success ]