Update .gitlab-ci.yml
This commit is contained in:
parent
94aec87a92
commit
82bd934481
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue