1 Star 0 Fork 0

xjt010 / project_29395683

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 498 Bytes
一键复制 编辑 原始数据 按行查看 历史
wubian 提交于 2020-03-03 10:23 . Pick
os:
- linux
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++6
# - fonts-droid
before_script:
- git clone https://github.com/flutter/flutter.git -b v1.12.13-hotfixes --depth 1
- ./flutter/bin/flutter doctor
script:
- ./flutter/bin/flutter test --coverage --coverage-path=lcov.info
after_success:
- bash <(curl -s https://codecov.io/bash)
cache:
directories:
- $HOME/.pub-cache
1
https://gitee.com/xjt010_admin/flutter_boost.git
git@gitee.com:xjt010_admin/flutter_boost.git
xjt010_admin
flutter_boost
project_29395683
master

搜索帮助