Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenFlipper-Free
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
24
Issues
24
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
342cdcec
Commit
342cdcec
authored
May 02, 2017
by
Martin Schultz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
CI/VS2013-Qt-5.5.1-x64.bat
CI/VS2013-Qt-5.5.1-x64.bat
+3
-0
CI/VS2015-Qt-5.6.0-x32.bat
CI/VS2015-Qt-5.6.0-x32.bat
+3
-0
CI/VS2015-Qt-5.6.0-x64.bat
CI/VS2015-Qt-5.6.0-x64.bat
+3
-0
No files found.
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
Markdown
is supported
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