Le 13/04/2013 04:08, tofumatt a écrit : > Howdy all, > > I'm working on making Marionette tests a bit easier for those not familiar > with it, and writing my own for the Podcasts app I've been hacking on. I can > find lots on testing with Marionette and have that all wired up, but I can't > find any clear documentation on actually installing my packaged app to a gaia > profile in an automated fashion. I've been doing it manually for now, but > that's obviously not going to work on a CI server. > > Is there any documentation on command-line install of a packaged app to B2G > desktop?
The easiest is to put your app in the "apps" subdirectory, and use the following command: rm -rf profile && make profile AFAIK the current profile goal does not allow copying only one app, and especially not an app from a directory that's not a subdirectory of the gaia working directory. -- Julien
signature.asc
Description: OpenPGP digital signature
_______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
