Add github action

This commit is contained in:
LollipopKit
2021-10-30 12:21:39 +08:00
parent 434ef77c03
commit 702dd86a84
2 changed files with 37 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ Future<void> flutterBuild(String source, String target, bool isAndroid) async {
} else {
print(buildResult.stderr.toString());
print('\nBuild failed with exit code $exitCode');
exit(exitCode);
}
final endTime = DateTime.now();
print('Spent time: ${endTime.difference(startTime).toString()}');