From 93b4387b237d37a099a5f42a3ea5dcfad56b717c Mon Sep 17 00:00:00 2001 From: Ron Williams <ron.williams.redox@gmail.com> Date: Mon, 4 Nov 2024 21:38:32 +0000 Subject: [PATCH] Add benchmarks recipe --- recipes/tests/benchmarks/recipe.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/tests/benchmarks/recipe.toml diff --git a/recipes/tests/benchmarks/recipe.toml b/recipes/tests/benchmarks/recipe.toml new file mode 100644 index 000000000..17e613527 --- /dev/null +++ b/recipes/tests/benchmarks/recipe.toml @@ -0,0 +1,9 @@ +[source] +git = "https://gitlab.redox-os.org/redox-os/benchmarks" + +[build] +template = "custom" +script = """ +mkdir -pv "${COOKBOOK_STAGE}"/usr/share/benchmarks +cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/usr/share/benchmarks +""" -- GitLab