1RBM-BUILD(1) RBM-BUILD(1)
2
3
4
6 rbm-build - Build a package
7
9 rbm build <project> [options]
10
12 Build a package for the selected project.
13
15 When no step was selected in the command line options, the build option
16 is used as the build script. The default value of the build option is
17 [% INCLUDE build -%] which means that you can create the build script
18 as a build file in the project’s directory.
19
20 If a step is selected in the command line options, an option of the
21 same name is used as the build script.
22
23 See rbm_config(7) for all other options.
24
26 The --step=<step> option can be used to select the build script to run.
27
28 See rbm_cli(7) for the other command line options.
29
31 rbm(1) rbm_steps(7)
32
33
34
35 01/30/2020 RBM-BUILD(1)