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
2fb99156
Commit
2fb99156
authored
8 years ago
by
Adrien Leman
Committed by
hhakim
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
modif AL
parent
a5ca4e4f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
misc/CTest_nightly/faustTest.cmake
+3
-1
3 additions, 1 deletion
misc/CTest_nightly/faustTest.cmake
misc/CTest_nightly/run_nightly_windows.bat
+5
-2
5 additions, 2 deletions
misc/CTest_nightly/run_nightly_windows.bat
with
8 additions
and
3 deletions
misc/CTest_nightly/faustTest.cmake
+
3
−
1
View file @
2fb99156
...
...
@@ -6,7 +6,9 @@
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8.4
)
IF
(
WIN32
)
SET
(
CTEST_CMAKE_GENERATOR
"Visual Studio 12 2013"
)
# Option of the ctest build, set from run_nightly_XXX.sh
set
(
CTEST_CMAKE_GENERATOR
"$ENV{CTEST_CMAKE_GENERATOR_TMP}"
)
#SET(CTEST_CMAKE_GENERATOR "Visual Studio 12 2013")
#SET (CTEST_CMAKE_GENERATOR "MinGW Makefiles")
SET
(
CTEST_SOURCE_DIRECTORY
"faust_test"
)
SET
(
CTEST_BINARY_DIRECTORY
"faust_test_build"
)
...
...
This diff is collapsed.
Click to expand it.
misc/CTest_nightly/run_nightly_windows.bat
+
5
−
2
View file @
2fb99156
...
...
@@ -34,7 +34,10 @@ set CC=C:\mingw-w64\mingw64\bin\gcc.exe
set
CXX
=
C
:\mingw
-w
64
\mingw64\bin\g
++
.exe
REM The compiler used is MinGW for windows
set
(
CTEST_CMAKE_GENERATOR
"MinGW Makefiles"
)
set
(
CTEST_CMAKE_GENERATOR_TMP
"MinGW Makefiles"
)
REM set (CTEST_CMAKE_GENERATOR_TMP "Visual Studio 12 2013")
REM set matlab="C:\Program Files\MATLAB\R2015b\bin\matlab.exe"
REM # /usr/local/bin/matlab in the PATH
...
...
@@ -65,7 +68,7 @@ mkdir faust_test_build
mkdir
faust_output
REM # look for the path of matlab
set
"find_exe=matlab.exe"
(
where
matlab
.exe
)
>
logPath
.txt
(
where
/R
"C:\\Program Files\\MATLAB"
matlab
.exe
)
>>
logPath
.txt
...
...
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