Mentions légales du service

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

modify name of build machine for CDASH

parent 694c4580
Branches
Tags
No related merge requests found
......@@ -24,6 +24,16 @@ ELSEIF(UNIX)
SET (CTEST_INSTALL_DIR "$ENV{PATH_DIR_RUN_NIGHTLY}/faust_output")
ENDIF(WIN32)
### name of Machine for CDASH
#set(CTEST_SITE ${CTEST_SITE} CACHE STRING "" FORCE)
if(DEFINED "ENV{CMAKE_SYSTEM}")
set(CMAKE_SYSTEM "$ENV{CMAKE_SYSTEM}" CACHE STRING "" FORCE)
#message (STATUS "OK")
endif()
#message (STATUS "CMAKE_SYSTEM=${CMAKE_SYSTEM}")
site_name(CTEST_SITE)
set(CTEST_BUILD_NAME "${CMAKE_SYSTEM}_${CMAKE_HOST_SYSTEM_PROCESSOR}")
FIND_PROGRAM(CTEST_SVN_COMMAND NAMES svn)
message(STATUS "CTEST_SVN_COMMAND=${CTEST_SVN_COMMAND}" )
......@@ -33,16 +43,12 @@ SET (CTEST_SVN_CHECKOUT "${CTEST_SVN_COMMAND} checkout --username testcdash --p
SET (CTEST_CHECKOUT_COMMAND "${CTEST_SVN_CHECKOUT}")
site_name(CTEST_SITE)
set(CTEST_BUILD_NAME "${CMAKE_SYSTEM}_${CMAKE_HOST_SYSTEM_PROCESSOR}")
# met les variables d'environnement a jour pour trouver les differentes librairies
#SET(ENV{PATH} "$ENV{PATH}:/usr/local/MATLAB/R2014b/bin")
#SET(ENV{OPENBLASDIR} "/home/ci/local/OPENBLAS/")
#SET(ENV{HDF5_ROOT_DIR} "/home/ci/local/HDF5")
SET (CTEST_START_WITH_EMPTY_BINARY_DIRECTORY TRUE)
CTEST_START("Experimental")
#CTEST_START("Nightly")
#CTEST_START("Continuous")
......
......@@ -16,6 +16,9 @@
#
###################################################################
### name system of Machine for CDASH
export CMAKE_SYSTEM='mac-OSX-Darwin'
# 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;
......
......@@ -17,6 +17,9 @@
###################################################################
### name system of Machine for CDASH
export CMAKE_SYSTEM='linux-fedora23'
# 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
......
......@@ -16,6 +16,8 @@
#
###################################################################
### name system of Machine for CDASH
export CMAKE_SYSTEM='linux-fedora21'
# Directory of the local path of the nightly project
export PATH_DIR_RUN_NIGHTLY='/home/aleman/Documents/WORK/FAUST/faust_nightly'
......
......@@ -16,6 +16,9 @@
#
###################################################################
### name system of Machine for CDASH
export CMAKE_SYSTEM='linux-ubuntu'
# 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,6 +19,9 @@ REM #####set MATLAB_ROOT_DIR="C:\Program Files\MATLAB\R2015b"
REM # cmake -G "MinGw Makefiles" ..
REM # cmake -G "MinGW Makefiles" -Wno-dev ..
REM # Name system of Machine for CDASH
set CMAKE_SYSTEM=Windows-MinGW
REM # Directory of the local path of the nightly project
set PATH_DIR_RUN_NIGHTLY=C:\Users\ci\FAUST\CTest_nightly
......
......@@ -19,6 +19,9 @@ REM #####set MATLAB_ROOT_DIR="C:\Program Files\MATLAB\R2015b"
REM # cmake -G "MinGw Makefiles" ..
REM # cmake -G "MinGW Makefiles" -Wno-dev ..
REM # Name system of Machine for CDASH
set CMAKE_SYSTEM=Windows-VisualStudio
REM # Directory of the local path of the nightly project
set PATH_DIR_RUN_NIGHTLY=F:\WORK\FAUST\CTest_nightly
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment