mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 14:17:40 +00:00
chore(linux): Add Jenkinsfile for package building
This allows to use a different approach for building packages.
This commit is contained in:
parent
9fdc9ecd1c
commit
76e74130ab
1 changed files with 7 additions and 0 deletions
7
linux/Jenkinsfile
vendored
Normal file
7
linux/Jenkinsfile
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!groovy
|
||||
// Copyright (c) 2019 SIL International
|
||||
// This software is licensed under the MIT license (http://opensource.org/licenses/MIT)
|
||||
|
||||
@Library('lsdev-pipeline-library') _
|
||||
|
||||
keymanPackaging
|
||||
Loading…
Add table
Reference in a new issue