]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add Travis CI instructions. fixes #23883
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>
Sat, 28 Apr 2018 23:51:29 +0000 (19:51 -0400)
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>
Tue, 8 May 2018 13:12:46 +0000 (09:12 -0400)
doc/HACKING/HelpfulTools.md

index f919d08ec19c0333969c821839f5ba2d5889d404..a0795076e0a2c657d167d1e0ada70d08c5464487 100644 (file)
@@ -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
 -------