updated crontab (automated commit)

This commit is contained in:
Laurent Rineau 2015-12-10 10:18:03 +01:00
parent 8844e8d81c
commit c52aeb4a9a
1 changed files with 4 additions and 3 deletions

View File

@ -15,6 +15,10 @@ LC_CTYPE=en_US.UTF-8
# Update testsuite result pages
5,15,25,35,45,55 * * * * cd $HOME/CGAL/collect_and_public_testresults; ./treat_result_collection
# Launch the test suite, every 10mn, from 21:00 to 22:50, with no
# platform. That is actually used by the Doxygen testsuite... :-\
*/10 21-22 * * * setarch i686 $HOME/CGAL/Scripts/developer_scripts/autotest_cgal_with_cmake
# Create internal release
# The script also updates the manual tools.
@ -48,9 +52,6 @@ LC_CTYPE=en_US.UTF-8
# Old stuff
####################################
# Try to launch the test suite, every 10mn, from 21:00 to 22:50
#*/10 21-22 * * * setarch i686 $HOME/CGAL/Scripts/developer_scripts/autotest_cgal_with_cmake
## Manual Test suite, at 9:40pm
#40 21 * * * cd $HOME/CGAL/releases-and-testsuites-with-cmake/CGAL-I/doc_tex; nice -19 $HOME/bin/cgal_manual -testsuite || true
## Doxygen Test suite, at 9:05pm