mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-06 02:16:45 +00:00
I thought CircleCI might stay in the directory in between steps but maybe not?
This commit is contained in:
parent
6f3af15bf2
commit
b9283fd8b1
@ -591,14 +591,16 @@ jobs:
|
||||
gsub(/[^a-z0-9_.+-].*$/, "", dep)
|
||||
if (dep && !seen[dep]++) print dep
|
||||
}
|
||||
}' debian/control)
|
||||
}' /tmp/debian-trixie-package/tahoe-lafs/debian/control)
|
||||
- run:
|
||||
name: "Apply the Debian package's patches"
|
||||
command: |
|
||||
cd /tmp/debian-trixie-package/tahoe-lafs/
|
||||
quilt push -a
|
||||
- run:
|
||||
name: "Build & run tests"
|
||||
command: |
|
||||
cd /tmp/debian-trixie-package/tahoe-lafs/
|
||||
make -f debian/rules binary
|
||||
|
||||
nixos:
|
||||
|
Loading…
x
Reference in New Issue
Block a user