Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Configure Flutter CI #383

Merged
merged 6 commits into from
Mar 9, 2018
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
18 changes: 18 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
container:
image: cirrusci/flutter:latest

task:
activate_script: pub global activate flutter_plugin_tools
matrix:
- name: test+format
install_script:
- wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
- sudo apt-add-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-5.0 main"
- sudo apt-get update
- sudo apt-get install -y --allow-unauthenticated clang-format-5.0
format_script: ./script/plugin_tools.sh format --travis --clang-format=clang-format-5.0
test_script: ./script/plugin_tools.sh test
- name: analyze
script: ./script/plugin_tools.sh analyze
- name: build-apks
script: ./script/plugin_tools.sh build-examples --apk