Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
R
rapidjson
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
rapidjson
Commits
5a955c0d
Commit
5a955c0d
authored
Feb 24, 2016
by
Milo Yip
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add C++11 config
parent
ae840f66
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
7 deletions
+30
-7
.travis.yml
.travis.yml
+30
-7
No files found.
.travis.yml
View file @
5a955c0d
...
...
@@ -22,7 +22,8 @@ global:
matrix
:
include
:
-
env
:
CONF=release ARCH=x86
# gcc
-
env
:
CONF=release ARCH=x86 CXX11=ON
compiler
:
gcc
addons
:
apt
:
...
...
@@ -30,9 +31,30 @@ matrix:
-
*default_packages
-
g++-multilib
-
libc6-dbg:i386
-
env
:
CONF=release ARCH=x86_64
-
env
:
CONF=release ARCH=x86_64
CXX11=ON
compiler
:
gcc
-
env
:
CONF=debug ARCH=x86 CCACHE_CPP2=yes
-
env
:
CONF=debug ARCH=x86 CXX11=OFF
compiler
:
gcc
addons
:
apt
:
packages
:
-
*default_packages
-
g++-multilib
-
libc6-dbg:i386
-
env
:
CONF=debug ARCH=x86_64 CXX11=OFF
compiler
:
gcc
# clang
-
env
:
CONF=debug ARCH=x86 CXX11=ON CCACHE_CPP2=yes
compiler
:
clang
addons
:
apt
:
packages
:
-
*default_packages
-
g++-multilib
-
libc6-dbg:i386
-
env
:
CONF=debug ARCH=x86_64 CXX11=ON CCACHE_CPP2=yes
compiler
:
clang
-
env
:
CONF=debug ARCH=x86 CXX11=OFF CCACHE_CPP2=yes
compiler
:
clang
addons
:
apt
:
...
...
@@ -40,9 +62,9 @@ matrix:
-
*default_packages
-
g++-multilib
-
libc6-dbg:i386
-
env
:
CONF=debug
ARCH=x86_64
CCACHE_CPP2=yes
-
env
:
CONF=debug
ARCH=x86_64 CXX11=OFF
CCACHE_CPP2=yes
compiler
:
clang
-
env
:
CONF=release ARCH=x86 CCACHE_CPP2=yes
-
env
:
CONF=release ARCH=x86
CXX11=ON
CCACHE_CPP2=yes
compiler
:
clang
addons
:
apt
:
...
...
@@ -50,10 +72,10 @@ matrix:
-
*default_packages
-
g++-multilib
-
libc6-dbg:i386
-
env
:
CONF=release ARCH=x86_64 CCACHE_CPP2=yes
-
env
:
CONF=release ARCH=x86_64 C
XX11=ON C
CACHE_CPP2=yes
compiler
:
clang
# coverage report
-
env
:
CONF=debug
ARCH=x86
GCOV_FLAGS='--coverage'
-
env
:
CONF=debug
ARCH=x86 CXX11=ON
GCOV_FLAGS='--coverage'
compiler
:
gcc
cache
:
-
ccache
...
...
@@ -104,6 +126,7 @@ script:
eval "ARCH_FLAGS=\${ARCH_FLAGS_${ARCH}}" ;
(cd build && cmake
-DRAPIDJSON_HAS_STDSTRING=ON
-DRAPIDJSON_BUILD_CXX11=$CXX11
-DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_BUILD_TYPE=$CONF
-DCMAKE_CXX_FLAGS="$ARCH_FLAGS $GCOV_FLAGS"
...
...
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