mirror of
https://github.com/openharmony/third_party_rust_rust-cexpr.git
synced 2026-06-30 21:17:58 -04:00
Setup CI
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
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
|
||||
@@ -8,6 +8,9 @@ documentation = "https://docs.rs/cexpr/"
|
||||
repository = "https://github.com/jethrogb/rust-cexpr"
|
||||
keywords = ["C","expression","parser"]
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "jethrogb/rust-cexpr" }
|
||||
|
||||
[dependencies]
|
||||
nom = {version = "^4", features = ["verbose-errors"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user