[gnome-games/wip/exalm/libhandy2: 14/21] ci: Build libhandy for cross_distro targets



commit 66c339e23517c54cb63669e4289ff5827115ca0d
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Wed Sep 12 18:02:39 2018 +0500

    ci: Build libhandy for cross_distro targets

 .gitlab-ci/prepare.sh | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/.gitlab-ci/prepare.sh b/.gitlab-ci/prepare.sh
index b56a9c10..05fe0619 100755
--- a/.gitlab-ci/prepare.sh
+++ b/.gitlab-ci/prepare.sh
@@ -1,5 +1,12 @@
 #!/bin/bash
 
+# Build libhandy
+git clone --depth 1 https://source.puri.sm/Librem5/libhandy.git
+cd libhandy
+meson --prefix=/usr -Dtests=false -Dexamples=false -Dglade_catalog=false _build
+ninja -C _build install
+cd ..
+
 # Build libmanette
 git clone --depth 1 https://gitlab.gnome.org/aplazas/libmanette.git
 cd libmanette


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]