Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fcad2320 authored by Adrien Leman's avatar Adrien Leman Committed by hhakim
Browse files

svn diff

parent 19c46a48
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,12 @@ This tool aims to launch automatically a shell-bash SCRIPT :
3- configure the "crontab" tool for UNIX or shulder for windows
crontab -e :
example :
# Run all day at 21h01 the nightly test and put results on CDASH
# Run all day at 14h35 the nightly test and put results on CDASH
05 14 * * * /usr/bin/svn up /home/aleman/WORK/FAUST/faust_nightly/
35 14 * * * /home/aleman/WORK/FAUST/faust_nightly/run_nightly_XXX.sh
# run all day and send a mail
40 11 * * * /Users/ci/CTest_nightly/run_nightly_OS-X.sh 2>&1| mail -s "Cron job execution" leman.adrien@gmail.com
##
4- You have the possibility to set the time of the precedent svn in the file
......
......@@ -47,7 +47,7 @@ export PATH=/usr/local/cuda-6.5/bin:/usr/local/bin:/usr/bin:$PATH
# CTEST OPTION
export CTEST_CONFIGURE_OPTIONS="\
-DBUILD_OPENBLAS=OFF;\
-DBUILD_OPENBLAS=ON;\
-DBUILD_READ_MAT_FILE=ON;\
-DBUILD_READ_XML_FILE=ON;\
-DBUILD_MATLAB_MEX_FILES=ON;\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment