X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fcheck-compiles.sh;h=af88bceee01127667377c294c69429ae0c2e4630;hb=refs%2Fheads%2F2023-09-117-rc1;hp=177765fb9255fcd45c5d7b76be5f80a64dc8fd08;hpb=e9d3033e5caae5d708b52270416fff1973253d39;p=rust-lightning diff --git a/ci/check-compiles.sh b/ci/check-compiles.sh index 177765fb..af88bcee 100755 --- a/ci/check-compiles.sh +++ b/ci/check-compiles.sh @@ -3,4 +3,8 @@ set -e set -x echo Testing $(git log -1 --oneline) cargo check -cd fuzz && cargo check --features=stdin_fuzz +cargo doc +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