Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Make Travis smarter #71

Open
FenrirWolf opened this issue Jun 11, 2018 · 0 comments
Open

Make Travis smarter #71

FenrirWolf opened this issue Jun 11, 2018 · 0 comments
Assignees

Comments

@FenrirWolf
Copy link
Member

FenrirWolf commented Jun 11, 2018

Right now our CI process involves downloading a fresh copy of both Rust and devkitARM every time it runs. In fact it actually does all that twice per run since we're testing both against a pinned nightly and the latest nightly.

This is kind of inefficient, plus the folks behind devkitARM don't really like it when automated tools do that kind of thing. Because of that they do provide a Docker container that's all set up for 3DS dev at https://hub.docker.com/r/devkitpro/devkitarm/, so we should find a way to integrate that into our compile tests if possible.

Testing against both the current and latest nightlies might be unnecessary as well, and maybe we should just test whichever one we're currently pinned to.

@linouxis9 linouxis9 self-assigned this Jun 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants