f
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 21s
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 21s
This commit is contained in:
parent
552124326f
commit
f8a16e139a
2
.github/release-nest-v3
vendored
2
.github/release-nest-v3
vendored
@ -1 +1 @@
|
|||||||
3
|
4
|
4
main.sh
4
main.sh
@ -9,13 +9,13 @@ source ./pika-build-config.sh
|
|||||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
cd ./pika-kde-desktop
|
cd ./pika-gnome-desktop
|
||||||
|
|
||||||
# Get build deps
|
# Get build deps
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
LOGNAME=root dh_make --createorig -y -l -p pika-kde-desktop_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
LOGNAME=root dh_make --createorig -y -l -p pika-gnome-desktop_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
||||||
dpkg-buildpackage --no-sign
|
dpkg-buildpackage --no-sign
|
||||||
|
|
||||||
# Move the debs to output
|
# Move the debs to output
|
||||||
|
Loading…
Reference in New Issue
Block a user