Sign in
coral
/
gke-jenkins
/
b45cd39ce0922327690d7e645144548ca0765eaa
/
.
/
cicd
/
pipelines
/
excelsior
/
edgetpuvision.jenkins
blob: 0a7dad198168c1ac5b4c244a7e32dfa813ce5eb2 [
file
] [
log
] [
blame
]
#!/usr/bin/env groovy
library
'functions'
def
generated_packages
=
[
'gstreamer1.0-plugins-coral'
,
'python3-edgetpuvision'
,
]
functions
.
buildPackagePipeline
(
'excelsior'
,
'bsp'
,
'edgetpuvision'
,
generated_packages
,
true
/* needsNative */
)