Unverified Commit 52e59038 authored by Kip's avatar Kip Committed by GitHub

Merge pull request #991 from Tachi107/ci-autopkgtest-uscan

ci(autopkgtest): use uscan to get upstream source
parents 592a982a 93c66fea
......@@ -32,7 +32,8 @@ jobs:
- name: Checkout Debian data
uses: actions/checkout@v2
with:
ref: debian
repository: Tachi107/pistache
ref: debian-watch
path: debian
# The Debian repository is needed by autopkgtest-build-qemu when building
......@@ -90,7 +91,8 @@ jobs:
- name: Build Debian package source
run: |
./debian/rules get-orig-source
uscan
cd ../pistache-*/
dpkg-source --build .
# The increased timeout is needed because the CI can be too slow to boot
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment