-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in travis, build for osx also #250
Conversation
I sent an e-mail to Travis support requesting that they turn on multi-os builds for our repo. |
bbb5935
to
4c6aecf
Compare
Because this runs apt-get, it will not work as-is for OSX. So when we have OSX in Travis, we will have to wrap this somehow. See open-source-parsers#250. Closes open-source-parsers#222.
|
218320f
to
84f679f
Compare
55c355b
to
7454232
Compare
Drop gcc b/c it takes too long to install via addon. Build only static/release, to save VMs. (No shared to debug.)
I've enabled OSX. For Linux, I've dropped gcc because it took so long to install via the "addon". So we now run Clang++ on both Linux and OSX. I've also dropped the "shared" and "debug" builds for now. If we add them back, we would have 8 jobs; for now, we have only 2, each taking about 1min. Appveyor is still pretty slow though. |
test via pull-request