diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-07-26 18:08:28 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-07-26 18:08:28 -0700 |
commit | 9b366e26ffedbf9c530c1753669be5c1b855b497 (patch) | |
tree | 248968f59977c2f14c8539e1d848ce0b135b7949 /devfiles/scripts | |
parent | dcad4bcdfb547cf4ba8aae1217fcb36691f0021e (diff) |
Adding Travis-CI
Diffstat (limited to 'devfiles/scripts')
-rwxr-xr-x | devfiles/scripts/get-build-tools.sh | 6 |
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 |