Update .gitlab-ci.yml
This commit is contained in:
parent
fa39b206e2
commit
c247b33e6d
|
@ -187,6 +187,8 @@ build_linux:
|
||||||
image: registry.gitlab.com/famedly/containers/flutter-dockerimages:dev
|
image: registry.gitlab.com/famedly/containers/flutter-dockerimages:dev
|
||||||
dependencies: []
|
dependencies: []
|
||||||
script:
|
script:
|
||||||
|
- sudo apt update
|
||||||
|
- sudo apt install clang cmake ninja-build pkg-config libgtk-3-dev libblkid-dev
|
||||||
- flutter config --enable-linux-desktop
|
- flutter config --enable-linux-desktop
|
||||||
- flutter pub get
|
- flutter pub get
|
||||||
- flutter build linux --release
|
- flutter build linux --release
|
||||||
|
|
Loading…
Reference in a new issue