Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
342cdcec
Commit
342cdcec
authored
May 02, 2017
by
Martin Schultz
Browse files
enabled multiprocesscompilation on CI builds
set process number to 4
parent
77e2e0d3
Pipeline
#4933
passed with stage
in 112 minutes and 29 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CI/VS2013-Qt-5.5.1-x64.bat
View file @
342cdcec
...
...
@@ -11,6 +11,9 @@ cd rel
del
*
.exe
:: use 4 threads for parallel compilation of the project
set
CL
=
/MP
4
set
ARCHITECTURE
=
x64
set
ARCH_VS
=
Win64
set
STRING_ARCH
=
64
-Bit
...
...
CI/VS2015-Qt-5.6.0-x32.bat
View file @
342cdcec
...
...
@@ -11,6 +11,9 @@ cd rel
del
*
.exe
:: use 4 threads for parallel compilation of the project
set
CL
=
/MP
4
set
ARCHITECTURE
=
x32
set
ARCH_VS
=
set
STRING_ARCH
=
32
-Bit
...
...
CI/VS2015-Qt-5.6.0-x64.bat
View file @
342cdcec
...
...
@@ -11,6 +11,9 @@ cd rel
del
*
.exe
:: use 4 threads for parallel compilation of the project
set
CL
=
/MP
4
set
ARCHITECTURE
=
x64
set
ARCH_VS
=
Win64
set
STRING_ARCH
=
64
-Bit
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment