summary history branches tags files
commit:2f0d3ffe7be0da122cae736f6fc8b80b903eb276
author:Trevor Bentley
committer:Trevor Bentley
date:Wed Jun 12 21:02:46 2019 +0200
parents:3024ee8181bd148b5f662f63bf9900ae6b92fa8f
build documentation in build script
diff --git a/build_all_and_test.sh b/build_all_and_test.sh
line changes: +2/-1
index 456711f..762e383
--- a/build_all_and_test.sh
+++ b/build_all_and_test.sh
@@ -33,10 +33,11 @@ set -e
 cargo test
 cargo bench -- --nocapture
 cargo build
-cargo build --examples
 cargo build --release
+cargo build --examples
 cargo build --release --examples
 xargo build --target $XARGO_TARGET --release
+cargo doc --release
 strip $STRIP_ARGS "target/release/libossuary.$LIB_EXT"
 strip $STRIP_ARGS "target/$XARGO_TARGET/release/libossuary.$LIB_EXT"
 mkdir -p examples/build/