Skip to content

Commit

Permalink
feat: add new ci build command and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
devindford committed Aug 31, 2023
1 parent 9330860 commit da21dc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rust-doc/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Full docs build with all dependencies for local development
docs:
../scripts/environment/install-protoc.sh ${HOME}/protoc
PATH=${PATH}:${HOME}/protoc/ cargo doc --no-default-features --features="docs"
# rust-doc.vector.dev specific build without the extra dependencies
ci-docs-build:
../scripts/environment/install-protoc.sh ${HOME}/protoc
PATH=${PATH}:${HOME}/protoc/ cargo doc --no-default-features --features="docs" --no-deps

0 comments on commit da21dc2

Please sign in to comment.