Merge branch 'trunk' of git.openprivacy.ca:flutter/flutter_app into trunk

This commit is contained in:
erinn 2021-03-30 12:22:03 -07:00
commit 50d27e89fc
1 changed files with 3 additions and 5 deletions

View File

@ -30,14 +30,11 @@ steps:
# #Todo: fix all the lint errors and add `-set_exit_status` above to enforce linting
- name: build-linux
image: cirrusci/flutter:dev
image: openpriv/flutter-desktop:dev
volumes:
- name: deps
path: /root/.pub-cache
commands:
- flutter config --enable-linux-desktop
- apt-get update
- apt-get install -y --no-install-recommends cmake ninja-build clang build-essential pkg-config libgtk-3-dev liblzma-dev
- flutter build linux
- mkdir deploy/linux
- cp -r build/linux/x64/release/bundle/* deploy/linux
@ -119,7 +116,8 @@ steps:
environment:
GOGS_ACCOUNT_TOKEN:
from_secret: gogs_account_token
gogs_url: https://git.openprivacy.ca
settings:
gogs_url: https://git.openprivacy.ca
volumes:
- name: deps