Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,14 @@ task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
name: local_tests
osx_instance:
image: high-sierra-xcode-9.4.1
image: catalina-flutter
env:
PATH: $PATH:/usr/local/bin
setup_script:
- pod repo update
- git clone https://github.com/flutter/flutter.git
- git fetch origin master
- export PATH=`pwd`/flutter/bin:`pwd`/flutter/bin/cache/dart-sdk/bin:$PATH
- flutter doctor
- pub global activate flutter_plugin_tools
- mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
- export PATH=`pwd`/homebrew/bin:$PATH
- brew install java
- brew install clang-format
build_script:
- export PATH=`pwd`/flutter/bin:`pwd`/flutter/bin/cache/dart-sdk/bin:$PATH
- export PATH=`pwd`/homebrew/bin:$PATH
- export PATH=`pwd`/homebrew/opt/openjdk/bin:$PATH
- ./script/local_tests.sh