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
|
||||
dependencies: []
|
||||
script:
|
||||
- sudo apt update
|
||||
- sudo apt install clang cmake ninja-build pkg-config libgtk-3-dev libblkid-dev
|
||||
- flutter config --enable-linux-desktop
|
||||
- flutter pub get
|
||||
- flutter build linux --release
|
||||
|
|
Loading…
Reference in a new issue