|
|
|
@ -8,7 +8,7 @@ clone:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: openpriv/flutter-desktop:linux-fstable-3.10.2
|
|
|
|
|
image: openpriv/flutter-desktop:linux-fstable-3.13.4
|
|
|
|
|
environment:
|
|
|
|
|
buildbot_key_b64:
|
|
|
|
|
from_secret: buildbot_key_b64
|
|
|
|
@ -24,7 +24,7 @@ steps:
|
|
|
|
|
- git checkout $DRONE_COMMIT
|
|
|
|
|
|
|
|
|
|
- name: fetch
|
|
|
|
|
image: openpriv/flutter-desktop:linux-fstable-3.10.2
|
|
|
|
|
image: openpriv/flutter-desktop:linux-fstable-3.13.4
|
|
|
|
|
volumes:
|
|
|
|
|
- name: deps
|
|
|
|
|
path: /root/.pub-cache
|
|
|
|
@ -47,7 +47,7 @@ steps:
|
|
|
|
|
# #Todo: fix all the lint errors and add `-set_exit_status` above to enforce linting
|
|
|
|
|
|
|
|
|
|
- name: build-linux
|
|
|
|
|
image: openpriv/flutter-desktop:linux-fstable-3.10.2
|
|
|
|
|
image: openpriv/flutter-desktop:linux-fstable-3.13.4
|
|
|
|
|
volumes:
|
|
|
|
|
- name: deps
|
|
|
|
|
path: /root/.pub-cache
|
|
|
|
@ -62,7 +62,7 @@ steps:
|
|
|
|
|
- rm -r cwtch
|
|
|
|
|
|
|
|
|
|
- name: linux-ui-tests
|
|
|
|
|
image: openpriv/flutter-desktop:linux-fstable-3.10.2
|
|
|
|
|
image: openpriv/flutter-desktop:linux-fstable-3.13.4
|
|
|
|
|
volumes:
|
|
|
|
|
- name: deps
|
|
|
|
|
path: /root/.pub-cache
|
|
|
|
@ -71,7 +71,7 @@ steps:
|
|
|
|
|
- ./run-tests-headless.sh "01_general|01_tor|02_global_settings|04_profile_mgmt"
|
|
|
|
|
|
|
|
|
|
- name: test-build-android
|
|
|
|
|
image: openpriv/flutter-desktop:linux-fstable-3.10.2
|
|
|
|
|
image: openpriv/flutter-desktop:linux-fstable-3.13.4
|
|
|
|
|
when:
|
|
|
|
|
event: pull_request
|
|
|
|
|
volumes:
|
|
|
|
@ -81,7 +81,7 @@ steps:
|
|
|
|
|
- flutter build apk --debug
|
|
|
|
|
|
|
|
|
|
- name: build-android
|
|
|
|
|
image: openpriv/flutter-desktop:linux-fstable-3.10.2
|
|
|
|
|
image: openpriv/flutter-desktop:linux-fstable-3.13.4
|
|
|
|
|
when:
|
|
|
|
|
event: push
|
|
|
|
|
environment:
|
|
|
|
@ -105,7 +105,7 @@ steps:
|
|
|
|
|
#- cp build/app/outputs/flutter-apk/app-debug.apk deploy/android
|
|
|
|
|
|
|
|
|
|
- name: widget-tests
|
|
|
|
|
image: openpriv/flutter-desktop:linux-fstable-3.10.2
|
|
|
|
|
image: openpriv/flutter-desktop:linux-fstable-3.13.4
|
|
|
|
|
volumes:
|
|
|
|
|
- name: deps
|
|
|
|
|
path: /root/.pub-cache
|
|
|
|
@ -178,7 +178,7 @@ clone:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: openpriv/flutter-desktop:windows-sdk30-fstable-3.10.2
|
|
|
|
|
image: openpriv/flutter-desktop:windows-sdk30-fstable-3.13.4
|
|
|
|
|
environment:
|
|
|
|
|
buildbot_key_b64:
|
|
|
|
|
from_secret: buildbot_key_b64
|
|
|
|
@ -204,7 +204,7 @@ steps:
|
|
|
|
|
- .\fetch-libcwtch-go.ps1
|
|
|
|
|
|
|
|
|
|
- name: build-windows
|
|
|
|
|
image: openpriv/flutter-desktop:windows-sdk30-fstable-3.10.2
|
|
|
|
|
image: openpriv/flutter-desktop:windows-sdk30-fstable-3.13.4
|
|
|
|
|
commands:
|
|
|
|
|
- flutter pub get
|
|
|
|
|
- $Env:version += type .\VERSION
|
|
|
|
@ -261,7 +261,7 @@ steps:
|
|
|
|
|
- move *.sha512.txt deploy\$Env:builddir
|
|
|
|
|
|
|
|
|
|
- name: deploy-windows
|
|
|
|
|
image: openpriv/flutter-desktop:windows-sdk30-fstable-3.10.2
|
|
|
|
|
image: openpriv/flutter-desktop:windows-sdk30-fstable-3.13.4
|
|
|
|
|
when:
|
|
|
|
|
event: push
|
|
|
|
|
status: [ success ]
|
|
|
|
|