Skip to content

Commit

Permalink
trap 'cat ...meson-log.txt' EXIT
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Mar 25, 2024
1 parent 5437ab6 commit 0aea9a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ strip desktop-file-install desktop-file-validate update-desktop-database
cd ../..

# Build appstreamcli
trap 'cat /appstream-1.0.2/build/meson-logs/meson-log.txt' EXIT
apk add glib-static meson libxml2-dev yaml-dev yaml-static gperf curl-dev curl-static curl libxmlb-dev
# Compile liblmdb from source as Alpine only ship it as a .so
wget https://git.openldap.org/openldap/openldap/-/archive/LMDB_0.9.29/openldap-LMDB_0.9.29.tar.gz
Expand Down

0 comments on commit 0aea9a2

Please sign in to comment.