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 Drone CI for ARM #93

Closed
oxinabox opened this issue Aug 28, 2019 · 1 comment · Fixed by #94
Closed

Add Drone CI for ARM #93

oxinabox opened this issue Aug 28, 2019 · 1 comment · Fixed by #94
Labels
Plugin Idea A proposal for a feature that can be accomplished with a plugin

Comments

@oxinabox
Copy link
Collaborator

See https://discourse.julialang.org/t/testing-on-arm-with-drone-ci/25871

@giordano
Copy link
Contributor

Drone is quite nice and so far the only service I tried that allows testing on ARM. It helped us spotting an issue with openlibm, see JuliaMath/FFTW.jl#104.

As I wrote in the post on discourse, the only pain with configuring it is that the YAML file is quite annoying to write (I consistently did something wrong when I tried to write it myself, but PkgTemplate would help on this) and extend afterwards (you need to copy several lines). The jsonnet file is way easier to maintain, but if you go by the jsonnet way you then need to keep both the jsonnet and the YAML files and update the latter from the former using Drone CLI.

If you're ok with all this mess, I might be able to try and add Drone CI to PkgTtemplate sometime in the future (unless someone else beats me at it).

@christopher-dG christopher-dG added the Plugin Idea A proposal for a feature that can be accomplished with a plugin label Aug 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Plugin Idea A proposal for a feature that can be accomplished with a plugin
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants