Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
faust group
faust
Commits
fcad2320
Commit
fcad2320
authored
8 years ago
by
Adrien Leman
Committed by
hhakim
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
svn diff
parent
19c46a48
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
misc/CTest_nightly/README.txt
+4
-1
4 additions, 1 deletion
misc/CTest_nightly/README.txt
misc/CTest_nightly/run_nightly_plombier.sh
+1
-1
1 addition, 1 deletion
misc/CTest_nightly/run_nightly_plombier.sh
with
5 additions
and
2 deletions
misc/CTest_nightly/README.txt
+
4
−
1
View file @
fcad2320
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
misc/CTest_nightly/run_nightly_plombier.sh
+
1
−
1
View file @
fcad2320
...
...
@@ -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=O
FF
;
\
-DBUILD_OPENBLAS=O
N
;
\
-DBUILD_READ_MAT_FILE=ON;
\
-DBUILD_READ_XML_FILE=ON;
\
-DBUILD_MATLAB_MEX_FILES=ON;
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment