ci: Use build-dep instead of a dependency list
This commit is contained in:
@ -5,7 +5,7 @@ stages:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get -y update
|
- apt-get -y update
|
||||||
- apt-get -y install gnome-common gtk-doc-tools libglib2.0-dev-bin gobject-introspection libglib2.0-dev libpango1.0-dev libgtk-3-dev libcroco3-dev libxkbcommon-dev meson
|
- apt-get -y build-dep .
|
||||||
|
|
||||||
build_meson:
|
build_meson:
|
||||||
stage: build
|
stage: build
|
||||||
@ -16,4 +16,4 @@ build_meson:
|
|||||||
- meson ../build/
|
- meson ../build/
|
||||||
- cd ../build
|
- cd ../build
|
||||||
- ninja install
|
- ninja install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user