]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - continuous/www/Makefile
Change the cron script (btw. we are now triggered by systemd timers)
[can-benchmark.git] / continuous / www / Makefile
1 all: process
2
3 process:
4         cat ../logs/* | ./wvperf2html.py > index.html
5
6 publish: process
7         rsync -r index.html *.json *.js canperf@rtime.felk.cvut.cz: