summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DEFAULTS22
1 files changed, 22 insertions, 0 deletions
diff --git a/DEFAULTS b/DEFAULTS
index 8520db9d..5ec68922 100644
--- a/DEFAULTS
+++ b/DEFAULTS
@@ -5,6 +5,28 @@
#
# For more information, see: <http://wiki.baserock.org/definitions/current>.
+# Predefined build steps
+# ----------------------
+#
+# This is an ordered list of potential build steps. Typically any actual build
+# only requires a subset of these steps.
+
+build-steps: ['pre-configure-commands',
+ 'configure-commands',
+ 'post-configure-commands',
+ 'pre-build-commands',
+ 'build-commands',
+ 'post-build-commands',
+ 'pre-test-commands',
+ 'test-commands',
+ 'post-test-commands',
+ 'pre-install-commands',
+ 'install-commands',
+ 'post-install-commands',
+ 'pre-strip-commands',
+ 'strip-commands',
+ 'post-strip-commands']
+
# Predefined build commands
# -------------------------