Skip to content

Commit

Permalink
Refs #10694. cmake won't rerun after it was just configured.
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsteve committed Dec 5, 2014
1 parent b97c6b9 commit 135f577
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Code/Mantid/Build/Jenkins/buildscript.bat
Expand Up @@ -61,10 +61,8 @@ if ERRORLEVEL 1 exit /B %ERRORLEVEL%
:: Build step
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" .
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" --build . -- /nologo /m:%BUILD_THREADS% /nr:false
if ERRORLEVEL 1 exit /B %ERRORLEVEL%
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" --target AllTests .
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" --build . --target AllTests -- /nologo /m:%BUILD_THREADS% /nr:false
if ERRORLEVEL 1 exit /B %ERRORLEVEL%

Expand All @@ -79,7 +77,6 @@ if ERRORLEVEL 1 exit /B %ERRORLEVEL%
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
if "%CLEANBUILD%" EQU "yes" (
:: Build offline documentation
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" . --target docs-qthelp
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" --build . --target docs-qthelp -- /nologo /m:%BUILD_THREADS% /nr:false

:: ignore errors as the exit code of the build isn't correct
Expand Down

0 comments on commit 135f577

Please sign in to comment.