Skip to content

Commit

Permalink
ci: attempt to install the .deb after we build
Browse files Browse the repository at this point in the history
This is an attempt to verify that we got the right dep names

refs: wez#1052
  • Loading branch information
wez committed Sep 26, 2021
1 parent 7efb6e8 commit 48c0044
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/deploy.sh
Expand Up @@ -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
Expand Down

0 comments on commit 48c0044

Please sign in to comment.