aboutsummaryrefslogtreecommitdiff
path: root/include/delivery.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/delivery.h')
-rw-r--r--include/delivery.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/delivery.h b/include/delivery.h
index 067cd0b..6dd6cc4 100644
--- a/include/delivery.h
+++ b/include/delivery.h
@@ -149,7 +149,10 @@ struct Delivery {
char *name; ///< Name of package
char *version; ///< Version of package
char *repository; ///< Git repository of package
+ char *script_setup; ///< Commands to execute before the main script
char *script; ///< Commands to execute
+ bool disable; ///< Toggle a test block
+ bool parallel; ///< Toggle parallel or serial execution
char *build_recipe; ///< Conda recipe to build (optional)
char *repository_info_ref; ///< Git commit hash
char *repository_info_tag; ///< Git tag (first parent)