]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Investigate plug fault on Osx
authorfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 8 Jun 2019 09:58:33 +0000 (11:58 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 8 Jun 2019 09:58:33 +0000 (11:58 +0200)
.travis.yml

index 37a1e0e6e2d50211f00d167657275583fbc4db33..ec5da9a8daf62b6204d3deef10bba11c64803ca7 100644 (file)
@@ -66,6 +66,11 @@ script:
       make.exe && make.exe test;
     }
     fi;
+  - if [ $(uname) = "Darwin" ];
+    then cd tests/import;
+    NAME=static_string make;
+    valgrind ../../gwion-p. static_string.gw;
+    fi;
 
 git:
   submodules: false