summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vincent.sanders@collabora.co.uk>2013-05-10 10:20:24 +0100
committerVincent Sanders <vincent.sanders@collabora.co.uk>2013-05-10 10:20:24 +0100
commit05ea2c91ae79ebae197615b92c06894c38dd35f2 (patch)
treed2722a982b60fc9cd4337850056adf568a0f83e3 /Makefile
parent0d03c5fbf0b1cc00fb176c9e5ed8e745869018ac (diff)
downloadbuildsystem-05ea2c91ae79ebae197615b92c06894c38dd35f2.tar.gz
buildsystem-05ea2c91ae79ebae197615b92c06894c38dd35f2.tar.bz2
Add ci system tools
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 07873ba..660d9ac 100644
--- a/Makefile
+++ b/Makefile
@@ -30,14 +30,19 @@ MAKEFILES := $(patsubst %,Makefile.%, \
TESTTOOLS := testrunner.pl
+CITOOLS := jenkins-build.sh
+
install:
- mkdir -p $(BASE)/makefiles $(BASE)/testtools
+ mkdir -p $(BASE)/makefiles $(BASE)/testtools $(BASE)/citools
for M in $(MAKEFILES); do \
cp makefiles/$$M $(BASE)/makefiles/; \
done
for T in $(TESTTOOLS); do \
cp testtools/$$T $(BASE)/testtools/; \
done
+ for C in $(CITOOLS); do \
+ cp citools/$$C $(BASE)/citools/; \
+ done
# Distribution
# This constructs a distribution tar from the last git tag. It ensures