Commit 66a2ccdd authored by Philipp A. Hartmann's avatar Philipp A. Hartmann

.travis.yml: add missing semicolon

parent aae07f62
...@@ -29,7 +29,7 @@ before_script: ...@@ -29,7 +29,7 @@ before_script:
- sed -i 's/march=native/msse4.2/' CMakeLists.txt - sed -i 's/march=native/msse4.2/' CMakeLists.txt
- mkdir build - mkdir build
- > - >
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
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_VERBOSE_MAKEFILE=ON
......
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