mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
11 lines
348 B
Groovy
11 lines
348 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 jammy'
|
|
arches = 'amd64 i386'
|
|
packagesToBuild = ['keyman', 'kmflcomp', 'libkmfl', 'ibus-kmfl']
|
|
}
|