Skip to content

Commit

Permalink
WIP: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pajod committed Dec 26, 2023
1 parent 67d2b25 commit 35125c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pydpkg/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ runs:
test -d ${{ inputs.path }}/gunicorn-21.2.0/tests
( cd ${{ inputs.path }}/gunicorn-21.2.0/ && dpkg-buildpackage --unsigned-source --unsigned-changes )
# note that Ubuntu 22.04 does not allow zstd in dpkg tools
rsync -trv ${{ inputs.path }}/*.{deb,tar.gz,tar.xz,tar.zstd,buildinfo,changes,dsc} upload/${{ inputs.path }}/
rsync --ignore-missing-args -trv ${{ inputs.path }}/*.{deb,tar.gz,tar.xz,tar.zstd,buildinfo,changes,dsc} upload/${{ inputs.path }}/
6 changes: 4 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ jobs:
- uses: actions/checkout@v4
with:
path: source
- uses: ./source/.github/actions/pydpkg
- name: "Build dpkg package (with workaround)"
uses: ./source/.github/actions/pydpkg
with:
path: debian-workaround
workaround: true
- uses: ./source/.github/actions/pydpkg
- name: "Build dpkg package (default)"
uses: ./source/.github/actions/pydpkg
continue-on-error: true
with:
path: debian
Expand Down

0 comments on commit 35125c0

Please sign in to comment.