spiegel-keyman/linux/Jenkinsfile
Eberhard Beilharz 79f92a150c
chore(linux): Consolidate Debian source packages
This change consolidates the Debian packages into a single source
package, with the exception of the legacy KMFL packages.

Fixes #5022.
2021-08-06 11:25:00 +02:00

11 lines
342 B
Groovy

#!groovy
// Copyright (c) 2019-2021 SIL International
// This software is licensed under the MIT license (http://opensource.org/licenses/MIT)
@Library('lsdev-pipeline-library') _
keymanPackaging {
distributionsToPackage = 'bionic focal hirsute'
arches = 'amd64 i386'
packagesToBuild = ['keyman', 'kmflcomp', 'libkmfl', 'ibus-kmfl']
}