summaryrefslogtreecommitdiff
path: root/devfiles
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2014-07-26 18:08:28 -0700
committerJesse Morgan <jesse@jesterpm.net>2014-07-26 18:08:28 -0700
commit9b366e26ffedbf9c530c1753669be5c1b855b497 (patch)
tree248968f59977c2f14c8539e1d848ce0b135b7949 /devfiles
parentdcad4bcdfb547cf4ba8aae1217fcb36691f0021e (diff)
Adding Travis-CI
Diffstat (limited to 'devfiles')
-rwxr-xr-xdevfiles/scripts/get-build-tools.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/devfiles/scripts/get-build-tools.sh b/devfiles/scripts/get-build-tools.sh
new file mode 100755
index 0000000..508277d
--- /dev/null
+++ b/devfiles/scripts/get-build-tools.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+cd devfiles
+git clone https://github.com/jesterpm/jesterpm-build-tools
+cd jesterpm-build-tools
+./bootstrap.sh