spiegel-keyman/linux/Jenkinsfile
2020-03-17 11:01:41 +01:00

10 lines
267 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 focal'
arches = 'amd64 i386'
}