summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorKhaled Emara <ekhaled1836@gmail.com>2019-07-16 08:02:37 +0200
committerRob Clark <robdclark@gmail.com>2019-07-17 22:27:30 +0000
commita09d38f94e27dcc5fe52adf99404c821028e3e9d (patch)
treeaba47b8b6850ac8c6082a046339aa758b864afa0 /.gitlab-ci.yml
parentd4bcd183456008a083f37ee7c8baca0c9001b6ca (diff)
downloadkmscube-a09d38f94e27dcc5fe52adf99404c821028e3e9d.tar.gz
texturator: capture the screen to a png image
Signed-off-by: Khaled Emara <ekhaled1836@gmail.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b30374..83f6034 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,6 +30,7 @@ latest-meson:
mesa
gstreamer
gst-plugins-base
+ libpng
script: *meson-build
latest-autotools:
@@ -43,6 +44,7 @@ latest-autotools:
mesa
gstreamer
gst-plugins-base
+ libpng
git # autogen.sh depends on git
script: *autotools-build
@@ -72,6 +74,7 @@ oldest-meson:
gstreamer1.0-plugins-base-apps
ninja-build
python3 python3-pip
+ libpng-dev
- pip3 install wheel setuptools
- pip3 install meson==0.47
script: *meson-build
@@ -103,5 +106,6 @@ oldest-autotools:
libgstreamer-plugins-base1.0-dev
gstreamer1.0-plugins-base
gstreamer1.0-plugins-base-apps
+ libpng-dev
git # autogen.sh depends on git
script: *autotools-build