aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index 1add2ae..4284dc4 100644
--- a/.build.yml
+++ b/.build.yml
@@ -34,6 +34,7 @@ requires:
- intltool
# - libayatana-common-dev
# - lomiri-schemas
+# - lomiri-sounds
- liblomiri-url-dispatcher-dev
- gobject-introspection
- libgirepository1.0-dev
@@ -135,6 +136,17 @@ before_scripts:
- make install
- cd -
- rm -Rf lomiri-schemas-build/
+ -
+ - cd ${START_DIR}
+ - if [ ! -d lomiri-sounds-build ]; then
+ - git clone --depth 1 https://gitlab.com/ubports/core/lomiri-sounds.git lomiri-sounds-build
+ - fi
+ - cd lomiri-sounds-build
+ - cmake . -DCMAKE_INSTALL_PREFIX=/usr
+ - make
+ - make install
+ - cd -
+ - rm -Rf lomiri-sounds-build/
build_scripts:
- if [ ${DISTRO_NAME} == "debian" ];then