Commit 429b3dcf authored by Philipp A. Hartmann's avatar Philipp A. Hartmann

.travis.yml: move comment of workaround for #163

parent 242b393a
...@@ -23,6 +23,8 @@ before_install: ...@@ -23,6 +23,8 @@ before_install:
install: true install: true
before_script: 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 - sed -i 's/march=native/msse4.2/' CMakeLists.txt
- mkdir build - mkdir build
- > - >
...@@ -32,9 +34,6 @@ before_script: ...@@ -32,9 +34,6 @@ before_script:
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_BUILD_TYPE=$CONF -DCMAKE_BUILD_TYPE=$CONF
-DCMAKE_C_FLAGS="$ARCH_FLAGS" ..) -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: script:
- cd build - 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