Mentions légales du service

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

modif G build 4 ctest

parent d9158c3c
Branches
No related tags found
No related merge requests found
...@@ -18,7 +18,8 @@ IF(WIN32) ...@@ -18,7 +18,8 @@ IF(WIN32)
#SET (CTEST_BINARY_DIRECTORY "$ENV{PATH_DIR_RUN_NIGHTLY}/faust_test_build") #SET (CTEST_BINARY_DIRECTORY "$ENV{PATH_DIR_RUN_NIGHTLY}/faust_test_build")
#SET (CTEST_INSTALL_DIR "$ENV{PATH_DIR_RUN_NIGHTLY}/faust_output") #SET (CTEST_INSTALL_DIR "$ENV{PATH_DIR_RUN_NIGHTLY}/faust_output")
ELSEIF(UNIX) ELSEIF(UNIX)
SET(CTEST_CMAKE_GENERATOR "Unix Makefiles") SET(CTEST_CMAKE_GENERATOR "$ENV{CTEST_CMAKE_GENERATOR_TMP}")
#SET(CTEST_CMAKE_GENERATOR "Unix Makefiles")
SET (CTEST_SOURCE_DIRECTORY "$ENV{PATH_DIR_RUN_NIGHTLY}/faust_test") SET (CTEST_SOURCE_DIRECTORY "$ENV{PATH_DIR_RUN_NIGHTLY}/faust_test")
SET (CTEST_BINARY_DIRECTORY "$ENV{PATH_DIR_RUN_NIGHTLY}/faust_test_build") SET (CTEST_BINARY_DIRECTORY "$ENV{PATH_DIR_RUN_NIGHTLY}/faust_test_build")
SET (CTEST_INSTALL_DIR "$ENV{PATH_DIR_RUN_NIGHTLY}/faust_output") SET (CTEST_INSTALL_DIR "$ENV{PATH_DIR_RUN_NIGHTLY}/faust_output")
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
### name system of Machine for CDASH ### name system of Machine for CDASH
export CMAKE_SYSTEM='mac-OSX-Darwin' export CMAKE_SYSTEM='mac-OSX-Darwin'
export CTEST_CMAKE_GENERATOR_TMP='Unix Makefiles'
# Directory of the library used in the FAUST PROJECT # Directory of the library used in the FAUST PROJECT
# On ajoute le path /usr/local/bin pour le ctest command. # On ajoute le path /usr/local/bin pour le ctest command.
export PATH=$PATH:/Applications/MATLAB_R2014b.app/bin/:/usr/local/bin; export PATH=$PATH:/Applications/MATLAB_R2014b.app/bin/:/usr/local/bin;
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
### name system of Machine for CDASH ### name system of Machine for CDASH
export CMAKE_SYSTEM='mac-OSX-Darwin-OpenBlas' export CMAKE_SYSTEM='mac-OSX-Darwin-OpenBlas'
export CTEST_CMAKE_GENERATOR_TMP='Unix Makefiles'
# Directory of the library used in the FAUST PROJECT # Directory of the library used in the FAUST PROJECT
# On ajoute le path /usr/local/bin pour le ctest command. # On ajoute le path /usr/local/bin pour le ctest command.
export PATH=$PATH:/Applications/MATLAB_R2014b.app/bin/:/usr/local/bin; export PATH=$PATH:/Applications/MATLAB_R2014b.app/bin/:/usr/local/bin;
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
### name system of Machine for CDASH ### name system of Machine for CDASH
export CMAKE_SYSTEM='linux-fedora23_x86_64-openblas' export CMAKE_SYSTEM='linux-fedora23_x86_64-openblas'
export CTEST_CMAKE_GENERATOR_TMP='Unix Makefiles'
# Directory of the library used in the FAUST PROJECT # Directory of the library used in the FAUST PROJECT
# On ajoute le path /usr/local/bin pour le ctest command. # On ajoute le path /usr/local/bin pour le ctest command.
#export PATH=$PATH:/usr/local/MATLAB/R2014b/bin:/usr/local/bin; #export PATH=$PATH:/usr/local/MATLAB/R2014b/bin:/usr/local/bin;
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
### name system of Machine for CDASH ### name system of Machine for CDASH
export CMAKE_SYSTEM='linux-fedora23' export CMAKE_SYSTEM='linux-fedora23'
export CTEST_CMAKE_GENERATOR_TMP='Unix Makefiles'
# Directory of the local path of the nightly project # Directory of the local path of the nightly project
export PATH_DIR_RUN_NIGHTLY='/home/aleman/WORK/FAUST/faust_nightly' export PATH_DIR_RUN_NIGHTLY='/home/aleman/WORK/FAUST/faust_nightly'
# Directory of the library used in the FAUST PROJECT # Directory of the library used in the FAUST PROJECT
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
### name system of Machine for CDASH ### name system of Machine for CDASH
export CMAKE_SYSTEM='linux-fedora21' export CMAKE_SYSTEM='linux-fedora21'
export CTEST_CMAKE_GENERATOR_TMP='Unix Makefiles'
# Directory of the local path of the nightly project # Directory of the local path of the nightly project
export PATH_DIR_RUN_NIGHTLY='/home/aleman/Documents/WORK/FAUST/faust_nightly' export PATH_DIR_RUN_NIGHTLY='/home/aleman/Documents/WORK/FAUST/faust_nightly'
......
...@@ -25,7 +25,7 @@ echo 'MULTITHREADING : num of thread ' $OMP_NUM_THREADS ...@@ -25,7 +25,7 @@ echo 'MULTITHREADING : num of thread ' $OMP_NUM_THREADS
### name system of Machine for CDASH ### name system of Machine for CDASH
export CMAKE_SYSTEM='linux-ubuntu-openblas' export CMAKE_SYSTEM='linux-ubuntu-openblas'
export CTEST_CMAKE_GENERATOR_TMP='Unix Makefiles'
# Directory of the library used in the FAUST PROJECT # Directory of the library used in the FAUST PROJECT
# On ajoute le path /usr/local/bin pour le ctest command. # On ajoute le path /usr/local/bin pour le ctest command.
export PATH=$PATH:/usr/local/MATLAB/R2014b/bin:/usr/local/bin; export PATH=$PATH:/usr/local/MATLAB/R2014b/bin:/usr/local/bin;
......
...@@ -25,7 +25,7 @@ echo 'MULTITHREADING : num of thread ' $OMP_NUM_THREADS ...@@ -25,7 +25,7 @@ echo 'MULTITHREADING : num of thread ' $OMP_NUM_THREADS
### name system of Machine for CDASH ### name system of Machine for CDASH
export CMAKE_SYSTEM='linux-ubuntu' export CMAKE_SYSTEM='linux-ubuntu'
export CTEST_CMAKE_GENERATOR_TMP='Unix Makefiles'
# Directory of the library used in the FAUST PROJECT # Directory of the library used in the FAUST PROJECT
# On ajoute le path /usr/local/bin pour le ctest command. # On ajoute le path /usr/local/bin pour le ctest command.
export PATH=$PATH:/usr/local/MATLAB/R2014b/bin:/usr/local/bin; export PATH=$PATH:/usr/local/MATLAB/R2014b/bin:/usr/local/bin;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment