Sign in
apache
/
buildstream
/
refs/heads/juerg/git
/
.
/
tests
/
format
/
variables
/
notparallel
/
plugins
/
custom.py
blob: 887645a00b244614cc6b6d0a6e2d1e02c861737f [
file
] [
log
] [
blame
]
from
buildstream
import
BuildElement
# A custom build element
class
CustomElement
(
BuildElement
):
BST_MIN_VERSION
=
"2.0"
# Plugin entry point
def
setup
():
return
CustomElement