Install Ubuntu 12.04 LTS dependencies for Travis CI
authorAlexey Spiridonov <lesha@fb.com>
Tue, 7 Jul 2015 20:36:16 +0000 (13:36 -0700)
committerSara Golemon <sgolemon@fb.com>
Tue, 7 Jul 2015 20:44:38 +0000 (13:44 -0700)
commitb160fd7b4a567d48ca19b6f2c0e93f076b86e85d
treee37d2e087fc6c3f11b72b108094a49127a47e7a9
parent67f639c0036009befc4edb4ba1d4793cd8d573de
Install Ubuntu 12.04 LTS dependencies for Travis CI

Summary: This is the first of a series of diffs to get folly, fbthrift, and bistro to run on Ubuntu 12.04 LTS, which is what powers Travis CI.

It's important for folly to be easily usable with Travis CI, since everything C++ depends on it, and we really want all FB open-source projects to be monitored via continuous integration to avoid breaking their OSS builds.

Thanks to @int's work on `mcrouter`, this was considerably easier than it would have been otherwise.

This puts us a hop and a skip away from actually running folly's `make && make check && make install` on Travis CI. Do y'all think this is useful?

Reviewed By: @yfeldblum

Differential Revision: D2217441
README.md
folly/bootstrap-osx-homebrew.sh [deleted file]
folly/build/bootstrap-osx-homebrew.sh [new file with mode: 0755]
folly/build/deps_ubuntu_12.04.sh [new file with mode: 0755]