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

index 31c36c6b99e24fca3a4e5ebfdf465ca7526874cb..cd796785054bee3f07070ae98ecf1669d975e888 100644 (file)
@@ -49,9 +49,9 @@ 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 ..;
-      which valgrind;
-      export VALGRIND;
+      export VALGRIND=;
       export CFLAGS="$CFLAGS -Idlfcn-win32";
       export LDFLAGS="$LDLAGS -Ldlfcn-win32 -lpsapi dlfcn-win32/libdl.a";
       export LIBS="$LIBS -lpsapi";