Browse Source

CI: Disable valgrind on OSX since it produces many false positives

Stefan Profanter 6 years ago
parent
commit
e806a0b255
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/travis/travis_osx_script.sh

+ 1 - 1
tools/travis/travis_osx_script.sh

@@ -66,7 +66,7 @@ cmake \
     -DUA_ENABLE_DISCOVERY=ON \
     -DUA_ENABLE_DISCOVERY=ON \
     -DUA_ENABLE_DISCOVERY_MULTICAST=ON \
     -DUA_ENABLE_DISCOVERY_MULTICAST=ON \
     -DUA_ENABLE_ENCRYPTION=ON \
     -DUA_ENABLE_ENCRYPTION=ON \
-    -DUA_ENABLE_UNIT_TESTS_MEMCHECK=ON ..
+    -DUA_ENABLE_UNIT_TESTS_MEMCHECK=OFF ..
 make -j && make test ARGS="-V"
 make -j && make test ARGS="-V"
 if [ $? -ne 0 ] ; then exit 1 ; fi
 if [ $? -ne 0 ] ; then exit 1 ; fi
 cd .. && rm -rf build
 cd .. && rm -rf build