Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add project name and version to API docs #8792

Merged
Merged
4 changes: 4 additions & 0 deletions bin/ci
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ prepare_system() {
}

build() {
# Set git config for doc generator specs
with_build_env 'git config --global user.email "[email protected]"'
with_build_env 'git config --global user.name "Your Name"'
straight-shoota marked this conversation as resolved.
Show resolved Hide resolved

with_build_env 'make std_spec clean threads=1 junit_output=.junit/std_spec.xml'

case $ARCH in
Expand Down