]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - continuous/steps/Makefile
Add support for running benchmarks with older kernels
[can-benchmark.git] / continuous / steps / Makefile
index fd9f9408dc0e02b8db0719189093b67562ec2e13..84b096077b9e6f68f45643e1f750e7844f47d41e 100644 (file)
@@ -1,2 +1,11 @@
 all:
        run-parts -v --exit-on-error .
+
+v%:
+       cd linux && git checkout $@
+       @echo "! Date: $(shell cd linux && git log -1 --format=%ai) ok"
+       ./11-patch
+       ./20-config
+       ./30-compile
+       ./40-run-tests
+       touch $@