mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
11 lines
311 B
Groovy
11 lines
311 B
Groovy
#!groovy
|
|
// Copyright (c) 2019-2022 SIL International
|
|
// This software is licensed under the MIT license (http://opensource.org/licenses/MIT)
|
|
|
|
@Library('lsdev-pipeline-library') _
|
|
|
|
keymanPackaging {
|
|
distributionsToPackage = 'focal jammy kinetic lunar'
|
|
arches = 'amd64 i386'
|
|
packagesToBuild = ['keyman']
|
|
}
|