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