From 43a47ce352dc43662dc5a59123ce4823e9ba7189 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 12 Apr 2023 21:49:46 +0300 Subject: Add support for random package ordering in build task module --- mod/options-types.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mod/options-types.hxx') diff --git a/mod/options-types.hxx b/mod/options-types.hxx index 4aa573f..dc1047d 100644 --- a/mod/options-types.hxx +++ b/mod/options-types.hxx @@ -25,6 +25,12 @@ namespace brep page_menu () = default; page_menu (string b, string l): label (move (b)), link (move (l)) {} }; + + enum class build_order + { + stable, + random + }; } #endif // MOD_OPTIONS_TYPES_HXX -- cgit v1.1