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

index cd796785054bee3f07070ae98ecf1669d975e888..c4cc60aa9e5f73cad6f48d8a296c6dbb90e7490d 100644 (file)
@@ -52,6 +52,7 @@ install:
       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=;
+      export SEVERITY=3;
       export CFLAGS="$CFLAGS -Idlfcn-win32";
       export LDFLAGS="$LDLAGS -Ldlfcn-win32 -lpsapi dlfcn-win32/libdl.a";
       export LIBS="$LIBS -lpsapi";