- 07 Oct, 2015 5 commits
-
-
Ian Fischer authored
Add implementation of start and stop commands for iOS.
-
Ian Fischer authored
-
Ian Fischer authored
Don’t give a scary error about not being able to run on Android if there’s no Android device connected.
-
James Robinson authored
Forward additionalArgs in run_mojo.dart
-
Ian Fischer authored
Just log, don’t exit when the user is missing access to a command. Prevents inappropriately-failing tests.
-
- 06 Oct, 2015 11 commits
-
-
Ian Fischer authored
Just log, don’t exit when the user is missing access to a command. Prevents inappropriately-failing tests.
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
-
Ian Fischer authored
Beginning implementation of IOSDevice. Implements list and install.
-
Alex Fandrianto authored
In 0.0.15, additional cmdline arguments were not dropped, but now in 0.0.16, the arguments are no longer forwarded. This patchset would restore this forwarding functionality. For example, the following command is intended to pass `enable-multiprocess` to the mojo_shell. `enable-multiprocess` in 0.0.16 does not get passed along, but this patchset would allow it to once again. pub run sky_tools -v --very-verbose run_mojo \ --mojo-path $MOJO_DIR/src \ --app app.flx --android \ -- \ --enable-multiprocess
-
Devon Carew authored
-
Ian Fischer authored
Also update tests to be compatible with the presence of iOS and add tests for list and install.
-
Devon Carew authored
-
Chinmay Garde authored
-
- 05 Oct, 2015 4 commits
-
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
- 01 Oct, 2015 1 commit
-
-
Ian Fischer authored
-
- 30 Sep, 2015 2 commits
-
-
Ian Fischer authored
-
Ian Fischer authored
Add listen command and basic test, and don’t do unnecessary repeated work when listening or poking the android server.
-
- 29 Sep, 2015 7 commits
-
-
Ian Fischer authored
Add optional prefix to runCommandAndStreamOutput for logs commands.
-
Ian Fischer authored
-
Ian Fischer authored
-
Ian Fischer authored
-
Ian Fischer authored
Also add unchecked runSync wrapper and use it in places where command failures don’t matter.
-
Ian Fischer authored
-
Ian Fischer authored
Add stop command and supporting Android support.
-
- 26 Sep, 2015 2 commits
-
-
James Robinson authored
-
James Robinson authored
Fix sky_tools build command to look for package-root in global args
-
- 25 Sep, 2015 8 commits
-
-
James Robinson authored
-
Ian Fischer authored
-
James Robinson authored
Also refactors the command line assembling to make a bit more sense. Fixes #53
-
James Robinson authored
This makes the 'package-root' option universal for sky_tools and configures the ArtifactStore with it statically at startup. The actual sky_engine revision is computed on demand.
-
James Robinson authored
run_mojo: Add --mojo-release and --mojo-debug flags.
-
Nicolas Lacasse authored
The flags control which build of mojo to run (Debug or Release). Default is Release.
-
Devon Carew authored
-
James Robinson authored
Make cached artifact location mirror local builds more closely
-