Skip to content

Commit

Permalink
Update config.yml with latex compile rule
Browse files Browse the repository at this point in the history
  • Loading branch information
zsweger authored Oct 3, 2024
1 parent b62c59b commit e74aed0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions benchmarks/your_benchmark/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ your_benchmark:results:
- echo "Finished copying!"
- collect_tests.py your_benchmark
- echo "Finished collecting!"
- echo "Compiling the latex doc."
- snakemake --cores 1 yourbench_compile_manual
- echo "Finished compiling!"

0 comments on commit e74aed0

Please sign in to comment.