-
Notifications
You must be signed in to change notification settings - Fork 13.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
Test all compilers in Travis which are allowed in the makefile #2294
Comments
@pavel-kirienko @davids5 It would be great if you could have a look at the error message above. |
What compiler produced this error? |
arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 4.7.4 20140401 (release) [ARM/embedded-4_7-branch revision 209195] |
Fixed in master. |
Do you want to support gcc 4.7-4.9? We could easily split this into 3 travis-ci linux builds that run in parallel, but we'd need to decide which one deploys to s3 and github releases. |
4.8 and 4.9 would be good. |
Doing that today, thanks @dagar |
Currently we're not testing all supported compilers in Travis. Current issue to be addressed:
The text was updated successfully, but these errors were encountered: