Add Jenkinsfile to drive internal build scripts

This commit is contained in:
Moss Collum 2019-02-01 19:05:35 -05:00
parent fa8be1962b
commit 0b69118558

4
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,4 @@
wheelJob(
upstream: [ 'wheelhouse-init' ],
extras: [ 'mecab', 'jieba' ]
)