diff options
Diffstat (limited to 'include/deliverable.h')
-rw-r--r-- | include/deliverable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/deliverable.h b/include/deliverable.h index b528c46..85cda6b 100644 --- a/include/deliverable.h +++ b/include/deliverable.h @@ -129,6 +129,8 @@ struct Delivery { char *repository; ///< Git repository of package char *script; ///< Commands to execute char *build_recipe; ///< Conda recipe to build (optional) + char *repository_info_ref; ///< Git commit hash + char *repository_info_tag; ///< Git tag (first parent) struct Runtime runtime; ///< Environment variables specific to the test context } tests[1000]; ///< An array of tests |