Skip to content
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

Add MIPS64 cross-compilation target to Travis #110

Closed
wants to merge 1 commit into from

Conversation

Enet4
Copy link
Contributor

@Enet4 Enet4 commented Dec 6, 2017

This PR addresses #106, which enables testing in a Big Endian machine.
There is a small catch, though: this cannot run doctests, because those are compiled and run on the spot by the Rust compiler, and do not produce any executables (more on this here). All the other tests run fine, which is hopefully good enough.

The Travis configuration file might not look very pretty, so please feel free to suggest tweaks.

@BurntSushi BurntSushi mentioned this pull request Dec 31, 2017
@BurntSushi
Copy link
Owner

I merged this in #115. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants