Fix YAML
This commit is contained in:
parent
cc2206d56c
commit
95c18905d7
@ -123,8 +123,8 @@ before_script:
|
|||||||
- mkdir build
|
- mkdir build
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7" CC="clang-3.7"; fi
|
||||||
- >
|
- >
|
||||||
if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7" CC="clang-3.7"; fi
|
|
||||||
eval "ARCH_FLAGS=\${ARCH_FLAGS_${ARCH}}" ;
|
eval "ARCH_FLAGS=\${ARCH_FLAGS_${ARCH}}" ;
|
||||||
(cd build && cmake
|
(cd build && cmake
|
||||||
-DRAPIDJSON_HAS_STDSTRING=ON
|
-DRAPIDJSON_HAS_STDSTRING=ON
|
||||||
|
Loading…
x
Reference in New Issue
Block a user