spiegel-keyman/linux/Jenkinsfile
Eberhard Beilharz cb0b7535b1
chore(linux): Build for Lunar on all platforms
Add building and upload to llso/pso now that this is possible.
2023-05-05 13:02:15 +02:00

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