15 lines
373 B
Bash
Executable File
15 lines
373 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
pub global activate tuneup
|
|
|
|
(cd packages/cassowary; pub get)
|
|
(cd packages/flutter_sprites; pub get)
|
|
(cd packages/flutter_tools; pub get)
|
|
(cd packages/flx; pub get)
|
|
(cd packages/newton; pub get)
|
|
(cd packages/unit; pub get)
|
|
(cd packages/updater; pub get)
|
|
|
|
./travis/download_tester.py packages/unit/packages/sky_engine/REVISION bin/cache/travis/out/Debug
|