mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

Now you can run tests with and without --flutter-repo with a prebuilt binary on Linux. Fixes #307
6 lines
104 B
Bash
Executable File
6 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
dart dev/update_packages.dart
|
|
(cd packages/unit; ../../bin/flutter cache populate)
|