summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorSimon Steinbeiß <ochosi@xfce.org>2020-06-25 00:51:49 +0200
committerSimon Steinbeiß <ochosi@xfce.org>2020-06-25 00:51:49 +0200
commit8fb443963bb6851a9e82b531dcd93b6c9a2fcd14 (patch)
treeb16e9804d6d4b33609b6aa1fc6b076c9369ca719 /ci
parentcaa7aca47d8a9d217e78f4846122b63c3905938d (diff)
downloadxfce4-dev-tools-8fb443963bb6851a9e82b531dcd93b6c9a2fcd14.tar.gz
xfce-build: Replace build-dep with package names
Also take further measures to make the container slimmer and more portable. Thanks to Romain and Florian (schuellerf/xfce-test)!
Diffstat (limited to 'ci')
-rw-r--r--ci/build_libs.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/ci/build_libs.sh b/ci/build_libs.sh
index 6cedec5..2853951 100644
--- a/ci/build_libs.sh
+++ b/ci/build_libs.sh
@@ -37,5 +37,9 @@ for URL in ${REPOS}; do
./autogen.sh $AUTOGEN_OPTIONS
make -j${NPROC:-$(nproc)}
make install
- echo "$(pwd): $(git describe)" >> /git/xfce_build_version_info.txt
+ echo "$(pwd): $(git describe)" >> /tmp/xfce_build_version_info.txt
done
+
+# cleanup
+rm -rf /git/*
+mv /tmp/xfce_build_version_info.txt /git/