summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thorne <TafThorne@GoogleMail.com>2016-08-16 14:06:40 +0100
committerGitHub <noreply@github.com>2016-08-16 14:06:40 +0100
commit848e4be57bd1c3db30bd1b767660736d77585ca9 (patch)
tree8764d2ccf3844cfd46209d49f2ecc6bf7e0b6d56
parent83c78dd7c5bf15f7653229f96d3f4b424818ed6d (diff)
parentee86ccf0d19c75f05c03ed040748451583033ae4 (diff)
downloaddistcc-git-848e4be57bd1c3db30bd1b767660736d77585ca9.tar.gz
Merge pull request #190 from TafThorne/master
Add tracis-ci.org Build To distcc Project
-rw-r--r--.travis.yml7
-rw-r--r--README.md3
2 files changed, 9 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..bcd7870
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+before_install:
+ - sudo apt-get update -qq
+ - sudo apt-get install -qq make binutils-dev
+
+language: cpp
+
+before_script: ./autogen.sh
diff --git a/README.md b/README.md
index 897de65..557681d 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,8 @@
by Martin Pool
-http://distcc.org/
+Current Docuemnts: https://cdn.rawgit.com/distcc/distcc/9a09372bd3f420cdd7021e52eda14fa536a3c10e/doc/web/index.html
+Formally http://distcc.org/
"pump" functionality added by
Fergus Henderson, Nils Klarlund, Manos Renieris, and Craig Silverstein (Google Inc.)