forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.cirrus.yml
More file actions
18 lines (17 loc) · 747 Bytes
/
.cirrus.yml
File metadata and controls
18 lines (17 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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