4 Star 0 Fork 5

OpenHarmony / third_party_rust_rust-cexpr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 423 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jethro Beekman 提交于 2019-03-18 22:53 . Setup CI
branches:
only:
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
# Not really necessary, just to get a green badge on “master”
- master
language: rust
dist: xenial
addons:
apt:
packages:
- libclang-dev
env:
- RUST_BACKTRACE=1 LLVM_CONFIG_PATH=llvm-3.8-config
script:
- cargo test --verbose --all
1
https://gitee.com/openharmony/third_party_rust_rust-cexpr.git
git@gitee.com:openharmony/third_party_rust_rust-cexpr.git
openharmony
third_party_rust_rust-cexpr
third_party_rust_rust-cexpr
master

搜索帮助