-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Specify C++17 standard on macOS #2520
Conversation
Travis uses macOS 10.13 and Xcode 9.4.1 by default. The versions can be changed using |
Also, the OSX build is failing - https://travis-ci.org/github/microsoft/AirSim/jobs/670441638#L6866
As to why the build isn't showing up as failed, my thinking is the root One addition to make Travis exit if the root |
Thanks! - I totally missed that. It definitely makes sense to differentiate between AirLib and Unity builds on Travis |
That's too bad, according to the Travis forums, 10.15 was supposed to come in December |
Yep, it does build locally on 10.15. Thanks for the doc update, will merge both soon, hoping the community can test more. |
* Specify C++17 standard on OS X * Upgrade macOS image in travis * AppleClang -> Apple + Clang * Stop travis pipeline if build.sh fails Former-commit-id: ce2749c2a76098e4546598de098da1152b2d5ff8
master fails to build on my machine (I'm on 10.15.4 with XCode 11.4) with complaints about std::filesystem, although Travis seems fine?
This PR contains the fix I had to use.