]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - continuous/www/Makefile
Generate and update graphs from the cron job
[can-benchmark.git] / continuous / www / Makefile
diff --git a/continuous/www/Makefile b/continuous/www/Makefile
new file mode 100644 (file)
index 0000000..61195a3
--- /dev/null
@@ -0,0 +1,7 @@
+all: process
+
+process:
+       cat ../logs/* | ./wvperf2html.py > index.html
+
+publish: process
+       rsync -r index.html *.json js canperf@rtime.felk.cvut.cz: