Sign in
coral
/
gke-jenkins
/
3dfbd1c3e049143843b13ef53520d310c3885fd3
/
.
/
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 */
)