1 Star 0 Fork 77

羽中 / LCUI

forked from liu / LCUI 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 743 Bytes
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2020-04-11 16:58 . ci(travis): add codecov script
language: c
sudo: required
services:
- docker
jobs:
include:
- os: linux
dist: bionic
compiler: clang
env: BADGE=linux
- os: linux
dist: bionic
env:
- WASM=1
- BADGE=wasm
- os: linux
dist: bionic
compiler: gcc
env: CODECOV=1
- os: linux
dist: bionic
arch: arm64
compiler: gcc
env:
- BADGE=arm64
- NO_VALGRIND=1
- os: osx
env: BADGE=osx
allow_failures:
- os: osx
before_install:
- sh ./scripts/ci-before-install.sh
before_script:
- sh ./scripts/ci-before-script.sh
script:
- sh ./scripts/ci-script.sh
after_success:
- if [ "$CODECOV" = "1" ]; then bash <(curl -s https://codecov.io/bash); fi
C
1
https://gitee.com/webhun/LCUI.git
git@gitee.com:webhun/LCUI.git
webhun
LCUI
LCUI
develop

搜索帮助