From 9b366e26ffedbf9c530c1753669be5c1b855b497 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 26 Jul 2014 18:08:28 -0700 Subject: Adding Travis-CI --- devfiles/scripts/get-build-tools.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 devfiles/scripts/get-build-tools.sh (limited to 'devfiles') 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 -- cgit v1.2.3