spiegel-keyman/linux/Jenkinsfile
2019-11-04 16:47:56 +01:00

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'
}