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
cc2206d5
Commit
cc2206d5
authored
Feb 27, 2016
by
Milo Yip
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try using clang 3.7
parent
2de47aae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
.travis.yml
.travis.yml
+2
-0
No files found.
.travis.yml
View file @
cc2206d5
...
...
@@ -52,6 +52,7 @@ matrix:
-
*default_packages
-
g++-multilib
-
libc6-dbg:i386
-
llvm-toolchain-precise-3.7
-
env
:
CONF=debug ARCH=x86_64 CXX11=ON CCACHE_CPP2=yes
compiler
:
clang
-
env
:
CONF=debug ARCH=x86 CXX11=OFF CCACHE_CPP2=yes
...
...
@@ -123,6 +124,7 @@ before_script:
script
:
-
>
if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7" CC="clang-3.7"; fi
eval "ARCH_FLAGS=\${ARCH_FLAGS_${ARCH}}" ;
(cd build && cmake
-DRAPIDJSON_HAS_STDSTRING=ON
...
...
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