X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/411711a4fe429ad96486d889dca7ce712c37c067..81b83ea038e39f36f285a0520221d94414382628:/continuous/steps/Makefile diff --git a/continuous/steps/Makefile b/continuous/steps/Makefile index fd9f940..6ad4855 100644 --- a/continuous/steps/Makefile +++ b/continuous/steps/Makefile @@ -1,2 +1,25 @@ all: run-parts -v --exit-on-error . + +history: + for i in $$(cat tags); do $(MAKE) $$i; done < /dev/null + +v%: + cd linux && git clean -fxd > /dev/null && git reset --hard $@ + @$(MAKE) log 2>&1 < /dev/null | tee ../logs/$@.log + touch $@ + +log: + @echo "! Date: $$(cd linux && git log -1 --format=%ci) ok" + ./11-patch + ./20-config + ./30-compile + ./40-run-tests + +compile: # Useful for running "git bisect run" from the linux directory + ./11-patch + ./20-config + ./30-compile + +test: compile # Useful for running "git bisect run" from the linux directory + ../tests/kernelgw