The Codename One Github repository is very active: at the moment, if I want to test a commit on the Simulator, I have to sync my remote fork (using these instruction) and, after that, my local fork (selecting Team, Remote, Pull in Netbeans). Of course I need to change the project libraries as explained in this tutorial.
My question is if I can test the commits also on real devices before these commits are in the build servers.
(Secondary but related question: every time that I compile my projects, Netbeans recompiles also the Codename One sources, with a waste of time: is it possible to avoid at all the unuseful compiling of the Codename One sources if I haven't modified them?)