Commit 2b565469 authored by Philipp A. Hartmann's avatar Philipp A. Hartmann

.travis.yml: properly pass $ARCH_FLAGS

RapidJSON is C++, need to set CMAKE_CXX_FLAGS instead
of CMAKE_C_FLAGS when configuring the build environment.
parent 66a2ccdd
......@@ -34,7 +34,7 @@ before_script:
-DRAPIDJSON_HAS_STDSTRING=ON
-DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_BUILD_TYPE=$CONF
-DCMAKE_C_FLAGS="$ARCH_FLAGS" ..)
-DCMAKE_CXX_FLAGS="$ARCH_FLAGS" ..)
script:
- cd build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment