mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 01:45:55 +08:00
Travis: Clone flutter in a tmp directory
This way when we run flutter analyze, we do not get a huge dump, because it is analyzing the flutter source code.
This commit is contained in:
@ -11,12 +11,11 @@ addons:
|
||||
packages:
|
||||
- lib32stdc++6
|
||||
install:
|
||||
- cd /tmp/
|
||||
- git clone https://github.com/flutter/flutter.git -b beta
|
||||
- ./flutter/bin/flutter doctor
|
||||
script:
|
||||
- pwd
|
||||
- ls
|
||||
- ./flutter/bin/flutter $COMMAND
|
||||
- /tmp/flutter/bin/flutter $COMMAND
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.pub-cache
|
||||
|
Reference in New Issue
Block a user