Probably you can run a D command line app on an android ARM device
Johannes Pfau via Digitalmars-d
digitalmars-d at puremagic.com
Mon Apr 13 07:19:18 PDT 2015
Am Mon, 13 Apr 2015 06:45:35 +0000
schrieb "Dicebot" <public at dicebot.lv>:
> On Monday, 13 April 2015 at 06:37:34 UTC, weaselcat wrote:
> > Is there a need for people running tests on Raspberry Pis? I'm
> > planning on picking up the new version in a few days, was
> > unaware D even really worked on ARM.
>
> Currently vibe.d uses Travis CI so unless it gets replaced with
> some self-hosted CI solution I don't think anything can really be
> done here right now. Well, apart from trying it out and reporting
> bugs if there are any :)
It's possible to emulate ARM using qemu on travis-ci:
http://www.tomaz.me/2013/12/02/running-travis-ci-tests-on-arm.html
Of course it's not exactly fast ;-)
More information about the Digitalmars-d
mailing list