Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
cbeb86c5
Commit
cbeb86c5
authored
6 years ago
by
Martyn Gigg
Browse files
Options
Downloads
Patches
Plain Diff
Use less verbose msbuild output
This more closely mimics Ninja
parent
cb9e045e
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
buildconfig/Jenkins/buildscript.bat
+2
-2
2 additions, 2 deletions
buildconfig/Jenkins/buildscript.bat
buildconfig/Jenkins/systemtests.bat
+2
-2
2 additions, 2 deletions
buildconfig/Jenkins/systemtests.bat
with
4 additions
and
4 deletions
buildconfig/Jenkins/buildscript.bat
+
2
−
2
View file @
cbeb86c5
...
...
@@ -157,7 +157,7 @@ if ERRORLEVEL 1 exit /B %ERRORLEVEL%
:: Build step
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
call
%BUILD_DIR%
\buildenv.bat
msbuild
/nologo /m
:
%BUILD_THREADS%
/nr
:false
/p
:Configuration
=
%BUILD_CONFIG%
/p
:UseEnv
=
true
Mantid
.sln
msbuild
/nologo /m
:
%BUILD_THREADS%
/nr
:false
/p
:Configuration
=
%BUILD_CONFIG%
/p
:UseEnv
=
true
/verbosity
:minimal
Mantid
.sln
if
ERRORLEVEL
1
exit
/B
%ERRORLEVEL%
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
...
...
@@ -194,7 +194,7 @@ echo Note: not running doc-test target as it currently takes too long
if
"
%BUILDPKG%
"
==
"yes"
(
::
Build
offline
documentation
msbuild
/nologo /nr
:false
/p
:Configuration
=
%BUILD_CONFIG%
/p
:UseEnv
=
true
docs
/docs-qthelp
.vcxproj
msbuild
/nologo /nr
:false
/p
:Configuration
=
%BUILD_CONFIG%
/p
:UseEnv
=
true
/verbosity
:minimal
docs
/docs-qthelp
.vcxproj
::
Ignore
errors
as
the
exit
code
of
msbuild
is
wrong
here
.
::
It
always
marks
the
build
as
a
failure
even
though
MantidPlot
exits
correctly
echo
Building
package
...
...
This diff is collapsed.
Click to expand it.
buildconfig/Jenkins/systemtests.bat
+
2
−
2
View file @
cbeb86c5
...
...
@@ -60,9 +60,9 @@ if not EXIST %WORKSPACE%\build\CMakeCache.txt (
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Build step
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
msbuild
/nologo /nr
:false
/p
:Configuration
=
Release
StandardTestData
.vcxproj
msbuild
/nologo /nr
:false
/p
:Configuration
=
Release
/verbosity
:minimal
StandardTestData
.vcxproj
if
ERRORLEVEL
1
exit
/b
%ERRORLEVEL%
msbuild
/nologo /nr
:false
/p
:Configuration
=
Release
SystemTestData
.vcxproj
msbuild
/nologo /nr
:false
/p
:Configuration
=
Release
/verbosity
:minimal
SystemTestData
.vcxproj
if
ERRORLEVEL
1
exit
/b
%ERRORLEVEL%
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
...
...
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