Skip to content
Snippets Groups Projects
Unverified Commit e74aed0e authored by Zachary Sweger's avatar Zachary Sweger Committed by GitHub
Browse files

Update config.yml with latex compile rule

parent b62c59be
No related branches found
No related tags found
No related merge requests found
Pipeline #103955 passed
...@@ -52,3 +52,6 @@ your_benchmark:results: ...@@ -52,3 +52,6 @@ your_benchmark:results:
- echo "Finished copying!" - echo "Finished copying!"
- collect_tests.py your_benchmark - collect_tests.py your_benchmark
- echo "Finished collecting!" - echo "Finished collecting!"
- echo "Compiling the latex doc."
- snakemake --cores 1 yourbench_compile_manual
- echo "Finished compiling!"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment