mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Merge branch 'add-benchmarks' into 'master'
Add benchmarks recipe See merge request redox-os/cookbook!417
This commit is contained in:
commit
20ff4ec5e6
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