mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-20 12:34:18 +02:00
Fix test/check-artefacts
This commit is contained in:
parent
053e0c9a50
commit
f0ebae61a6
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ gpg --verify "release_${version}.tar.gz.sig" || RESULT=1
|
|||
gpg --verify "release-artefacts_${version}.tar.gz.sig" || RESULT=1
|
||||
|
||||
tar -xvf "release_${version}.tar.gz"
|
||||
cd cagebreak || RESULT=1 && exit 1
|
||||
cd cagebreak || exit 1
|
||||
meson setup build -Dxwayland=true -Dman-pages=true --buildtype=release
|
||||
ninja -C build
|
||||
gpg --verify ../signatures/cagebreak.sig build/cagebreak || RESULT=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue