1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 02:37:51 +03:00

ci: attempt to install the .deb after we build

This is an attempt to verify that we got the right dep names

refs: #1052
This commit is contained in:
Wez Furlong 2021-09-25 18:02:25 -07:00
parent 7efb6e8df9
commit 48c0044673

View File

@ -156,6 +156,11 @@ EOF
debname=wezterm-$TAG_NAME.$distro$distver
fi
fakeroot dpkg-deb --build pkg/debian $debname.deb
if [[ "$BUILD_REASON" != '' ]] ; then
sudo apt-get install ./$debname.deb
fi
mv pkg/debian pkg/wezterm
tar cJf $debname.tar.xz -C pkg wezterm
rm -rf pkg