Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp A. Hartmann <pah@qo.cx>2015-03-10 22:26:26 +0300
committerPhilipp A. Hartmann <pah@qo.cx>2015-03-10 22:29:15 +0300
commit429b3dcfab258fd4c0b42f5ba3e97e228e5ef87e (patch)
treec7007b422e888e48bd79a116877cfb34b856cd74 /.travis.yml
parent242b393aae8bf74ca05acc8f7d94e0c53f9e71a3 (diff)
.travis.yml: move comment of workaround for #163
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index fcba9dac..f0a62eb5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,8 @@ before_install:
install: true
before_script:
+# hack to avoid Valgrind bug (https://bugs.kde.org/show_bug.cgi?id=326469),
+# exposed by merging PR#163 (using -march=native)
- sed -i 's/march=native/msse4.2/' CMakeLists.txt
- mkdir build
- >
@@ -32,9 +34,6 @@ before_script:
-DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_BUILD_TYPE=$CONF
-DCMAKE_C_FLAGS="$ARCH_FLAGS" ..)
-# hack to avoid Valgrind bug (https://bugs.kde.org/show_bug.cgi?id=326469),
-# exposed by merging PR#163 (using -march=native)
-# - (cd build/gmake && sed -i 's/march=native/msse4.2/' *.make)
script:
- cd build