summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-05-08 20:05:35 -0400
committerNick Mathewson <nickm@torproject.org>2018-05-08 20:05:35 -0400
commit26990f3adc06d6907029d4580abdf3488153737e (patch)
treef4158ef8212f64728ed2aad10749f36741c6b784 /doc
parent6bfa87d3aabd9dae87f0bcb2f456b926e58ed157 (diff)
parent2a3998a2e89882715611d4bd94e0e88fb1e1797c (diff)
downloadtor-26990f3adc06d6907029d4580abdf3488153737e.tar.gz
tor-26990f3adc06d6907029d4580abdf3488153737e.zip
Merge remote-tracking branch 'hello71/bug23883'
Diffstat (limited to 'doc')
-rw-r--r--doc/HACKING/HelpfulTools.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/HACKING/HelpfulTools.md b/doc/HACKING/HelpfulTools.md
index f919d08ec1..a0795076e0 100644
--- a/doc/HACKING/HelpfulTools.md
+++ b/doc/HACKING/HelpfulTools.md
@@ -4,6 +4,22 @@ Useful tools
These aren't strictly necessary for hacking on Tor, but they can help track
down bugs.
+Travis CI
+---------
+It's CI. Looks like this: https://travis-ci.org/torproject/tor.
+
+Runs automatically on Pull Requests sent to torproject/tor. You can set it up
+for your fork to build commits outside of PRs too:
+
+1. sign up for GitHub: https://github.com/join
+2. fork https://github.com/torproject/tor:
+ https://help.github.com/articles/fork-a-repo/
+3. follow https://docs.travis-ci.com/user/getting-started/#To-get-started-with-Travis-CI.
+ skip steps involving `.travis.yml` (we already have one).
+
+Builds should show up on the web at travis-ci.com and on IRC at #tor-ci on
+OFTC. If they don't, ask #tor-dev (also on OFTC).
+
Jenkins
-------