18 Star 32 Fork 2

LCUI 开发 / lc-design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 619 Bytes
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2020-03-06 21:53 . ci: add config files
dist: bionic
language: c
compiler:
- gcc
before_install:
- 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
- pip install misaka pygments
before_script:
- ./node_modules/.bin/commitlint-travis
script:
- xmake config -o build/xmake
- npm run build
C
1
https://gitee.com/lcui-dev/lc-design.git
git@gitee.com:lcui-dev/lc-design.git
lcui-dev
lc-design
lc-design
develop

搜索帮助