manual - Manual build elementΒΆ
The most basic build element does nothing but allows users to
add custom build commands to the array understood by the BuildElement
- The empty configuration is as such:
# Manual build element does not provide any default # build commands config: # Commands for configuring the software # configure-commands: [] # Commands for building the software # build-commands: [] # Commands for installing the software into a # destination folder # install-commands: [] # Commands for stripping installed binaries # strip-commands: - | %{strip-binaries}
See built-in functionality documentation for details on common configuration options for build elements.