]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - continuous/steps/Makefile
Add support for running benchmarks with older kernels
[can-benchmark.git] / continuous / steps / Makefile
1 all:
2         run-parts -v --exit-on-error .
3
4 v%:
5         cd linux && git checkout $@
6         @echo "! Date: $(shell cd linux && git log -1 --format=%ai) ok"
7         ./11-patch
8         ./20-config
9         ./30-compile
10         ./40-run-tests
11         touch $@