4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-25 07:27:15 +08:00

14 lines
226 B
Bash
Raw Normal View History

#!/bin/bash
rm -rf ./html
doxygen
if [ $? -ne 0 ]; then
echo ""
echo "OOPS: Something error/warning occurred during Doxygen building, please check it out!"
echo ""
exit 1
fi
pushd html
python3 -m http.server