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

Travis CI: Build for more platforms/compilers #23

Open
2 of 5 tasks
joshlf opened this issue Aug 30, 2017 · 1 comment
Open
2 of 5 tasks

Travis CI: Build for more platforms/compilers #23

joshlf opened this issue Aug 30, 2017 · 1 comment

Comments

@joshlf
Copy link
Collaborator

joshlf commented Aug 30, 2017

Right now we only build for Linux and Mac on the nightly compiler. However, some of the crates may support being built on stable. Additionally, we should test on 32-bit. Thus:

  • Figure out which crates can be built without nightly. If there are any, then:
    • Add beta and stable to the list of compiler versions
    • Figure out what minimum compiler version we can build with, and build with that version in addition to current beta and stable
    • Use travis-cargo instead of normal cargo so we can use the --only nightly flag to make sure we don't run tests on beta or stable that require nightly
  • Figure out if Travis supports 32-bit, and if so, run the tests on 32-bit Travis doesn't support 32-bit, but it's apparently possible to get it to work.
@joshlf
Copy link
Collaborator Author

joshlf commented Sep 3, 2017

Partially addressed in #30.

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

No branches or pull requests

1 participant