mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Add benchmarks recipe
This commit is contained in:
parent
af257d4a49
commit
93b4387b23
9
recipes/tests/benchmarks/recipe.toml
Normal file
9
recipes/tests/benchmarks/recipe.toml
Normal file
@ -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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user