1 Star 0 Fork 3

wangzb/flutter_encrypt_decrypt_2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 634 Bytes
一键复制 编辑 原始数据 按行查看 历史
jpfei 提交于 2021-03-12 18:41 +08:00 . 导入仓库
os:
- linux
sudo: false
branches:
only:
- master
addons:
apt:
# Flutter depends on /usr/lib/x86_64-linux-gnu/libstdc++.so.6 version GLIBCXX_3.4.18
sources:
- ubuntu-toolchain-r-test # if we don't specify this, the libstdc++6 we get is the wrong version
packages:
- libstdc++6
- fonts-droid
before_script:
- git clone https://github.com/flutter/flutter.git -b master --single-branch
- ./flutter/bin/flutter doctor
- gem install coveralls-lcov
script:
- ./flutter/bin/flutter test --coverage
after_success:
- coveralls-lcov coverage/lcov.info
cache:
directories:
- $HOME/.pub-cache
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangzb26/flutter_encrypt_decrypt_2.git
git@gitee.com:wangzb26/flutter_encrypt_decrypt_2.git
wangzb26
flutter_encrypt_decrypt_2
flutter_encrypt_decrypt_2
master

搜索帮助