diff options
author | Jean-Philippe DUFRAIGNE <j.dufraigne@gmail.com> | 2016-10-30 14:21:48 +0000 |
---|---|---|
committer | Jean-Philippe DUFRAIGNE <j.dufraigne@gmail.com> | 2016-10-30 14:21:48 +0000 |
commit | 69d85b56129d1be2b5eff1f53c02caa48470d7f9 (patch) | |
tree | 75a2acb12cda75799c231b7ea5e011a1af7f97f0 | |
parent | c15e221be7f9c24681c024932fca66a008e5d348 (diff) |
Add CI build command line in contributing
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f1e39d8..001ad0e2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,6 +39,10 @@ Additionally, you may want to build and test with the `_docs` feature to ensure that you aren't forgetting to document types and functions. CI will catch it if you forget, but the turn around will be a lot slower ;) +``` +$ cargo build --features "llvm_stable _docs" +``` + ## Testing <span id="tests"/> ### Overview <span id="tests-overview"/> |