Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 19070691 authored by testcdash Nicolas Bellot's avatar testcdash Nicolas Bellot Committed by hhakim
Browse files

No commit message

No commit message
parent fb495248
No related branches found
No related tags found
No related merge requests found
......@@ -14,11 +14,14 @@ REM # to your computer configurations (library path)
REM #
REM # svn checkout --username XXX https://scm.gforge.inria.fr/authscm/XXX/svn/faust/trunk/devcpp/test/CTest_nightly
REM #
REM ###################################################################
REM #####set MATLAB_ROOT_DIR="C:\Program Files\MATLAB\R2015b"
REM # cmake -G "MinGw Makefiles" ..
REM # cmake -G "MinGW Makefiles" -Wno-dev ..
REM # Directory of the local path of the nightly project
set PATH_DIR_RUN_NIGHTLY='C:\Users\ci\FAUST\CTest_nightly'
set PATH_DIR_RUN_NIGHTLY=C:\Users\ci\FAUST\CTest_nightly
REM # Directory of the library used in the FAUST PROJECT
REM #export EIGENDIR='/usr/include/eigen3'
......@@ -27,40 +30,31 @@ REM #export MATIODIR='/usr/local'
REM #export CUDADIR='/usr/local/cuda-7.5'
REM # export version of gcc
REM #export CC='/usr/lib64/ccache/gcc'
REM #export CXX='/usr/lib64/ccache/g++'
set CC='C:\mingw-w64\mingw64\bin\gcc'
set CXX='C:\mingw-w64\mingw64\bin\g++'
set CC=C:\mingw-w64\mingw64\bin\gcc.exe
set CXX=C:\mingw-w64\mingw64\bin\g++.exe
REM # /usr/local/bin/matlab in the PATH
REM #export PATH=/usr/local/bin:$PATH
REM # cuda in the PATH
REM #export PATH=/usr/local/cuda-7.5/bin:/usr/lib64/ccache/:$PATH
if exist $PATH_DIR_RUN_NIGHTLY ( echo "ERROR : $PATH_DIR_RUN_NIGHTLY directory is not defined or do no exist !!!!!! Please select a valid PATH_DIR_RUN_NIGHTLY " exit 1 )
if not exist %PATH_DIR_RUN_NIGHTLY% Exit
REM # ( echo "ERROR : %PATH_DIR_RUN_NIGHTLY% directory is not defined or do no exist. Please select a valid PATH_DIR_RUN_NIGHTLY " && Exit )
REM #export HDF5_ROOT_DIR=/home/aleman/Library/hdf5-1.8.16/src/.libs
REM # CTEST OPTION
set CTEST_CONFIGURE_OPTIONS="\
-DBUILD_OPENBLAS=OFF;\
-DBUILD_READ_MAT_FILE=OFF;\
-DBUILD_READ_XML_FILE=OFF;\
-DBUILD_MATLAB_MEX_FILES=ON;\
-DBUILD_USE_GPU:BOOL=OFF;\
-DFAUST_USE_PROFILING=OFF;\
-DBUILD_VERBOSE=OFF;\
-DBUILD_DOCUMENTATION:BOOL=OFF"
set CTEST_CONFIGURE_OPTIONS=-DBUILD_OPENBLAS=OFF; -DBUILD_READ_MAT_FILE=OFF; -DBUILD_READ_XML_FILE=OFF; -DBUILD_MATLAB_MEX_FILES=ON; -DBUILD_USE_GPU:BOOL=OFF; -DFAUST_USE_PROFILING=OFF; -DBUILD_VERBOSE=OFF; -DBUILD_DOCUMENTATION:BOOL=OFF;
REM #-DDASH_TESTING:BOOL=ON;\
REM #-DBUILD_DEBUG:BOOL=OFF;\
REM #-DBUILD_COVERAGE:BOOL=ON;\
cd $PATH_DIR_RUN_NIGHTLY
REM #rm -rf faust_test
REM #rm -rf faust_test_build
REM #rm -rf faust_output
cd %PATH_DIR_RUN_NIGHTLY%
rd faust_test
rd faust_test_build
rd faust_output
mkdir faust_test
mkdir faust_test_build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment