Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
043eff5b
Unverified
Commit
043eff5b
authored
7 years ago
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added more CI workers
parent
3760a38b
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
.travis.yml
.travis.yml
+13
-2
No files found.
.travis.yml
View file @
043eff5b
...
@@ -158,6 +158,9 @@ matrix:
...
@@ -158,6 +158,9 @@ matrix:
-
os
:
osx
-
os
:
osx
osx_image
:
xcode9.3
osx_image
:
xcode9.3
-
os
:
osx
osx_image
:
xcode9.4
# Linux / GCC
# Linux / GCC
-
os
:
linux
-
os
:
linux
...
@@ -192,15 +195,23 @@ matrix:
...
@@ -192,15 +195,23 @@ matrix:
sources
:
[
'
ubuntu-toolchain-r-test'
]
sources
:
[
'
ubuntu-toolchain-r-test'
]
packages
:
[
'
g++-7'
,
'
ninja-build'
]
packages
:
[
'
g++-7'
,
'
ninja-build'
]
-
os
:
linux
compiler
:
gcc
env
:
COMPILER=g++-8
addons
:
apt
:
sources
:
[
'
ubuntu-toolchain-r-test'
]
packages
:
[
'
g++-8'
,
'
ninja-build'
]
-
os
:
linux
-
os
:
linux
compiler
:
gcc
compiler
:
gcc
env
:
env
:
-
COMPILER=g++-
7
-
COMPILER=g++-
8
-
CXXFLAGS=-std=c++17
-
CXXFLAGS=-std=c++17
addons
:
addons
:
apt
:
apt
:
sources
:
[
'
ubuntu-toolchain-r-test'
]
sources
:
[
'
ubuntu-toolchain-r-test'
]
packages
:
[
'
g++-
7
'
,
'
ninja-build'
]
packages
:
[
'
g++-
8
'
,
'
ninja-build'
]
# Linux / Clang
# Linux / Clang
...
...
This diff is collapsed.
Click to expand it.
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