summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2018-11-19 12:44:45 +1300
committerRobert Ancell <robert.ancell@gmail.com>2019-02-06 19:59:21 +0000
commit1c5ac9abf991b70b097a11d66752741a86bd7016 (patch)
tree0ce965fee8b237a72db1f8f78c294d8e600376d0 /.gitlab-ci.yml
parentc0c6596488255b5ad260cb3cd6abdad514b65b4c (diff)
downloadgnome-control-center-1c5ac9abf991b70b097a11d66752741a86bd7016.tar.gz
Add GSound as a build-dependecy
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c4e1a0235..be9c9b555 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,6 +46,8 @@ build:
stage: build
script:
+ - dnf -y install gsound-devel # FIXME: Remove when new images built
+
- *environment_information
- *build_procedure
@@ -261,6 +263,7 @@ stop_review:
stage: manual
when: manual
script:
+ - dnf -y install gsound-devel # FIXME: Remove when new images built
- *environment_information
- *build_procedure
- *run_tests