X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/e9a5b2f81c15b071dc31816aec2133ec2c611861..05d2c72502044e8ab33346264dfaf81ee798be00:/continuous/www/Makefile diff --git a/continuous/www/Makefile b/continuous/www/Makefile new file mode 100644 index 0000000..61195a3 --- /dev/null +++ b/continuous/www/Makefile @@ -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: