spiegel-keyman/linux/Jenkinsfile
2021-06-22 18:40:23 +02:00

10 lines
287 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 groovy hirsute impish'
arches = 'amd64 i386'
}