Try to be more robust on errors
The objective is to always have a working http://doc.cgal.org/master
This commit is contained in:
@@ -65,7 +65,7 @@ export PATH
|
||||
cd "$PWD/doc/scripts"
|
||||
bash ./test_doxygen_versions.sh /home/cgal-testsuite/local/bin/doxygen '' /srv/CGAL/www/Members/Manual_doxygen_test
|
||||
case "$CGAL_RELEASE_ID" in
|
||||
*-I-*) ln -snf "../Manual_doxygen_test/$CGAL_RELEASE_ID/output" /srv/CGAL/www/doc/master
|
||||
*-I-*) rsync -a --delete "../Manual_doxygen_test/$CGAL_RELEASE_ID/output/" /srv/CGAL/www/doc/master/
|
||||
;;
|
||||
esac
|
||||
rm -rf "${CGAL_DOC_BUILD}"
|
||||
|
||||
Reference in New Issue
Block a user