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



commit 0ae190b1e67e6012cb29fe18d6b26cae93a99559
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 | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/.gitlab-ci/prepare.sh b/.gitlab-ci/prepare.sh
index b56a9c10..b4d416dc 100755
--- a/.gitlab-ci/prepare.sh
+++ b/.gitlab-ci/prepare.sh
@@ -1,5 +1,11 @@
 #!/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
+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]