]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: osx valgrind
authorfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 16 Mar 2019 13:03:55 +0000 (14:03 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 16 Mar 2019 13:03:55 +0000 (14:03 +0100)
.travis.yml

index cebf7f63f3fa75a34cbfdf63c82cae1dd4b74458..f8b3542af070c38bf101edac9e7644039b4f5021 100644 (file)
@@ -62,7 +62,7 @@ before_script:
       if [ $CC = gcc ]; then export CC=gcc-8;
       elif [ $CC = clang ]; then export CC=clang-7;
      fi;
-    elif [ $(uname) = "Darwin" ]; then brew update;
+    elif [ $(uname) = "Darwin" ]; then brew update; brew install valgrind;
       export CFLAGS="$CFLAGS -march=x86-64";
     fi;