mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
fix: Build Linux CI
This commit is contained in:
parent
2a6b5d822e
commit
a9413562fc
@ -184,10 +184,11 @@ pages:
|
|||||||
|
|
||||||
build_linux:
|
build_linux:
|
||||||
stage: coverage
|
stage: coverage
|
||||||
|
image:: registry.gitlab.com/famedly/containers/flutter-dockerimages:dev
|
||||||
|
dependencies: []
|
||||||
script:
|
script:
|
||||||
- flutter channel dev
|
|
||||||
- flutter upgrade
|
|
||||||
- flutter config --enable-linux-desktop
|
- flutter config --enable-linux-desktop
|
||||||
|
- flutter pub get
|
||||||
- flutter build linux --release
|
- flutter build linux --release
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_success
|
when: on_success
|
||||||
|
Loading…
Reference in New Issue
Block a user