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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user