Add Jenkins docs build (#18)

* Fix typo in copyright

* Minor README improvements

- Prevent underscores from being interpreted as italics in test name format.
- Switch URL to HTTPS.

* Update docs scripts config

- Allow run_doc.sh and run_doxygen.sh to be called from any directory.

* Add docs build to Jenkins

[ROCm/rccl commit: 8aea5edb29]
This commit is contained in:
Cory Bloor
2021-02-18 16:37:37 -07:00
committed by GitHub
parent 6c3ccc2192
commit 6c28ab176f
5 changed files with 93 additions and 22 deletions
+11 -7
View File
@@ -1,13 +1,17 @@
#!/bin/bash
# # Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
# # Copyright (c) 2019-2021 Advanced Micro Devices, Inc. All rights reserved.
if [ -d docBin ]; then
rm -rf docBin
fi
set -eu
rm nccl.h
# Make this directory the PWD
cd "$(dirname "${BASH_SOURCE[0]}")"
sed -e 's/ROCFFT_EXPORT //g' ../src/nccl.h.in > nccl.h
# Rename our input file
cp ../src/nccl.h.in nccl.h
# Build the doxygen info
rm -rf docBin
doxygen Doxyfile
#rm nccl.h
# Cleanup
rm nccl.h