From 411711a4fe429ad96486d889dca7ce712c37c067 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 5 Feb 2014 17:17:18 +0100 Subject: [PATCH 1/1] Add Makefile to run all steps --- continuous/steps/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 continuous/steps/Makefile diff --git a/continuous/steps/Makefile b/continuous/steps/Makefile new file mode 100644 index 0000000..fd9f940 --- /dev/null +++ b/continuous/steps/Makefile @@ -0,0 +1,2 @@ +all: + run-parts -v --exit-on-error . -- 2.39.2