]> Nishi Git Mirror - gwion.git/commitdiff
:bug: TRUE SEVERITY
authorfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 15 Mar 2019 00:59:46 +0000 (01:59 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 15 Mar 2019 00:59:46 +0000 (01:59 +0100)
.travis.yml

index d5155c48c6a4d80f2de5bd13315a1521037c75bf..1eebb20255e1748f7331ff770e70a5c6d709a6d4 100644 (file)
@@ -49,7 +49,6 @@ install:
   - if [ $(uname) != "Linux" ] && [ $(uname) != "Darwin" ]; then 
       choco install make;
       export BUILD_ON_WINDOWS=1;
-      printf "\033[31m%s033[0m\n" $(which valgrind);
       git clone https://github.com/dlfcn-win32/dlfcn-win32 && cd dlfcn-win32 && ./configure && make.exe && cd ..;
       export VALGRIND="NO_VALGRIND";
       export SEVERITY=2;
@@ -78,7 +77,7 @@ before_script:
 script:
   - if [ $(uname) = "Linux" ] || [ $(uname) = "Darwin" ];
     then make && make test;
-    else make.exe && make.exe test;
+    else make.exe && make.exe test && ./gwion; ./gwion example/array.gw;
     fi;
 
 after_success: