mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-12 20:05:34 +00:00
11 lines
389 B
Groovy
11 lines
389 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-keyboardprocessor', 'kmflcomp', 'libkmfl', 'ibus-kmfl', 'keyman-config', 'ibus-keyman']
|
|
}
|