2 Star 1 Fork 0

liu / lcui-router

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 849 Bytes
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2019-12-08 16:47 . ci: update coveralls options
dist: bionic
language: c
compiler:
- gcc
before_install:
- sudo apt-get install valgrind lcov -qq
- pip install --user cpp-coveralls
- mkdir .tmp
- cd .tmp
- bash <(curl -fsSL https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh)
- source ~/.xmake/profile
- wget https://github.com/lc-soft/LCUI/archive/develop.zip -O LCUI-develop.zip
- unzip LCUI-develop.zip
- rm LCUI-develop.zip
- cd LCUI-develop
- sh ./autogen.sh
- ./configure
- make
- sudo make install
- cd ../..
- rm -rf .tmp
- npm install
before_script:
- ./node_modules/.bin/commitlint-travis
script:
- xmake config -m coverage -o build/xmake
- xmake
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
- xmake run test
after_success:
- coveralls --exclude demo --exclude include --exclude test --gcov-options '\-lp'
C
1
https://gitee.com/lc-soft/lcui-router.git
git@gitee.com:lc-soft/lcui-router.git
lc-soft
lcui-router
lcui-router
master

搜索帮助