From e74aed0e0db9e253c464410528c10b258c7ddfbb Mon Sep 17 00:00:00 2001
From: Zachary Sweger <zsweger@berkeley.edu>
Date: Wed, 2 Oct 2024 23:58:22 -0700
Subject: [PATCH] Update config.yml with latex compile rule

---
 benchmarks/your_benchmark/config.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/benchmarks/your_benchmark/config.yml b/benchmarks/your_benchmark/config.yml
index 32443f2c..8b6e0157 100644
--- a/benchmarks/your_benchmark/config.yml
+++ b/benchmarks/your_benchmark/config.yml
@@ -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!"
-- 
GitLab