]> glassweightruler.freedombox.rocks Git - waydroid.git/blob - debian/Jenkinsfile
tools: Drop need of sudo as much as possible
[waydroid.git] / debian / Jenkinsfile
1 @Library('ubports-build-tools') _
2
3 buildAndProvideDebianPackage()
4
5 // Or if the package consists entirely of arch-independent packages:
6 // (optional optimization, will confuse BlueOcean's live view at build stage)
7 // buildAndProvideDebianPackage(/* isArchIndependent */ true)
8
9 // Optionally, to skip building on some architectures (amd64 is always built):
10 // buildAndProvideDebianPackage(false, /* ignoredArchs */ ['arm64'])