X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fcheck-compiles.sh;h=af88bceee01127667377c294c69429ae0c2e4630;hb=af3a369ef1ce07057e07c24a1709b494ad62493b;hp=45ade5c6a1e1d321f3205f0372d9e548af268bbe;hpb=18a096775849e8f10457a4b0c51721f1227909b0;p=rust-lightning diff --git a/ci/check-compiles.sh b/ci/check-compiles.sh index 45ade5c6..af88bcee 100755 --- a/ci/check-compiles.sh +++ b/ci/check-compiles.sh @@ -4,4 +4,7 @@ set -x echo Testing $(git log -1 --oneline) cargo check cargo doc -cd fuzz && cargo check --features=stdin_fuzz +cargo doc --document-private-items +cd fuzz && RUSTFLAGS="--cfg=fuzzing" cargo check --features=stdin_fuzz +cd ../lightning && cargo check --no-default-features --features=no-std +cd .. && RUSTC_BOOTSTRAP=1 RUSTFLAGS="--cfg=c_bindings" cargo check -Z avoid-dev-deps