split up debian build into two steps

This commit is contained in:
Nick Sweeting 2020-12-11 18:35:25 +02:00
parent 7de7ff9a54
commit e6a77dc8b1
2 changed files with 7 additions and 1 deletions

View file

@ -29,6 +29,11 @@ jobs:
- name: Install archivebox from deb
run: |
rm -Rf build deb_dist dist archivebox-*.tar.gz
python3 setup.py --command-packages=stdeb.command \
sdist_dsc
python3 setup.py --command-packages=stdeb.command \
bdist_deb
apt install deb_dist/archivebox*.deb
- name: Add some links to test
@ -42,4 +47,5 @@ jobs:
# TODO: push debian package to launchpad PPA
# - name: Push to launchpad
# run: |
# debsign -k "$PGP_KEY_ID" "deb_dist/archivebox_${VERSION}-${DEBIAN_VERSION}_source.changes"
# dput archivebox "deb_dist/archivebox_${VERSION}-${DEBIAN_VERSION}_source.changes"

View file

@ -20,7 +20,7 @@ jobs:
pip3 install --upgrade pip setuptools wheel
cd brew_dist/
brew install --build-bottle ./archivebox.rb
brew bottle archivebox
# brew bottle archivebox
- name: Add some links to test
run: |