Skip to content
Snippets Groups Projects
Verified Commit 47d04ef7 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Improve speed of repo.sh

parent 11777aef
No related branches found
No related tags found
No related merge requests found
......@@ -20,11 +20,13 @@ then
recipes="$(ls -1 recipes)"
fi
cargo build --release
for recipe in $recipes
do
if [ -e "recipes/$recipe/recipe.toml" ]
then
cargo run --release -- "$recipe"
target/release/cook "$recipe"
continue
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment