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
Tags
No related merge requests found
......@@ -18,7 +18,8 @@ IF(WIN32)
#SET (CTEST_BINARY_DIRECTORY "$ENV{PATH_DIR_RUN_NIGHTLY}/faust_test_build")
#SET (CTEST_INSTALL_DIR "$ENV{PATH_DIR_RUN_NIGHTLY}/faust_output")
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_BINARY_DIRECTORY "$ENV{PATH_DIR_RUN_NIGHTLY}/faust_test_build")
SET (CTEST_INSTALL_DIR "$ENV{PATH_DIR_RUN_NIGHTLY}/faust_output")
......
......@@ -18,7 +18,7 @@
### name system of Machine for CDASH
export CMAKE_SYSTEM='mac-OSX-Darwin'
export CTEST_CMAKE_GENERATOR_TMP='Unix Makefiles'
# Directory of the library used in the FAUST PROJECT
# On ajoute le path /usr/local/bin pour le ctest command.
export PATH=$PATH:/Applications/MATLAB_R2014b.app/bin/:/usr/local/bin;
......
......@@ -18,7 +18,7 @@
### name system of Machine for CDASH
export CMAKE_SYSTEM='mac-OSX-Darwin-OpenBlas'
export CTEST_CMAKE_GENERATOR_TMP='Unix Makefiles'
# Directory of the library used in the FAUST PROJECT
# On ajoute le path /usr/local/bin pour le ctest command.
export PATH=$PATH:/Applications/MATLAB_R2014b.app/bin/:/usr/local/bin;
......
......@@ -18,7 +18,7 @@
### name system of Machine for CDASH
export CMAKE_SYSTEM='linux-fedora23_x86_64-openblas'
export CTEST_CMAKE_GENERATOR_TMP='Unix Makefiles'
# Directory of the library used in the FAUST PROJECT
# On ajoute le path /usr/local/bin pour le ctest command.
#export PATH=$PATH:/usr/local/MATLAB/R2014b/bin:/usr/local/bin;
......
......@@ -19,7 +19,7 @@
### name system of Machine for CDASH
export CMAKE_SYSTEM='linux-fedora23'
export CTEST_CMAKE_GENERATOR_TMP='Unix Makefiles'
# Directory of the local path of the nightly project
export PATH_DIR_RUN_NIGHTLY='/home/aleman/WORK/FAUST/faust_nightly'
# Directory of the library used in the FAUST PROJECT
......
......@@ -18,7 +18,7 @@
### name system of Machine for CDASH
export CMAKE_SYSTEM='linux-fedora21'
export CTEST_CMAKE_GENERATOR_TMP='Unix Makefiles'
# Directory of the local path of the nightly project
export PATH_DIR_RUN_NIGHTLY='/home/aleman/Documents/WORK/FAUST/faust_nightly'
......
......@@ -25,7 +25,7 @@ echo 'MULTITHREADING : num of thread ' $OMP_NUM_THREADS
### name system of Machine for CDASH
export CMAKE_SYSTEM='linux-ubuntu-openblas'
export CTEST_CMAKE_GENERATOR_TMP='Unix Makefiles'
# Directory of the library used in the FAUST PROJECT
# On ajoute le path /usr/local/bin pour le ctest command.
export PATH=$PATH:/usr/local/MATLAB/R2014b/bin:/usr/local/bin;
......
......@@ -25,7 +25,7 @@ echo 'MULTITHREADING : num of thread ' $OMP_NUM_THREADS
### name system of Machine for CDASH
export CMAKE_SYSTEM='linux-ubuntu'
export CTEST_CMAKE_GENERATOR_TMP='Unix Makefiles'
# Directory of the library used in the FAUST PROJECT
# On ajoute le path /usr/local/bin pour le ctest command.
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