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
64ef381b
Commit
64ef381b
authored
Jan 08, 2016
by
Jan Möbius
Browse files
Restrict clang parallel jobs to machines with several cores
parent
a6dd10a9
Pipeline
#696
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
64ef381b
...
...
@@ -7,6 +7,7 @@ clang-c++11-Qt4:
script
:
"
CI/ci-linux.sh
clang
C++11
QT4"
tags
:
-
Linux
-
MultiThreads
gcc-c++98-Qt4
:
script
:
"
CI/ci-linux.sh
gcc
C++98
QT4"
...
...
@@ -17,6 +18,7 @@ clang-c++98-Qt4:
script
:
"
CI/ci-linux.sh
clang
C++98
QT4"
tags
:
-
Linux
-
MultiThreads
gcc-c++11-Qt5
:
script
:
"
CI/ci-linux.sh
gcc
C++11
QT5"
...
...
@@ -27,6 +29,7 @@ clang-c++11-Qt5:
script
:
"
CI/ci-linux.sh
clang
C++11
QT5"
tags
:
-
Linux
-
MultiThreads
gcc-c++98-Qt5
:
script
:
"
CI/ci-linux.sh
gcc
C++98
QT5"
...
...
@@ -37,3 +40,4 @@ clang-c++98-Qt5:
script
:
"
CI/ci-linux.sh
clang
C++98
QT5"
tags
:
-
Linux
-
MultiThreads
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