Browse Source

contrib/ci.inria.fr/job-1-build-windows.sh: make sure to use mingw tools and not windows ones

Nathalie Furmento 4 years ago
parent
commit
1ea5ad4c57
1 changed files with 2 additions and 0 deletions
  1. 2 0
      contrib/ci.inria.fr/job-1-build-windows.sh

+ 2 - 0
contrib/ci.inria.fr/job-1-build-windows.sh

@@ -25,6 +25,8 @@ if test -z "$tarball" ; then
     exit 2
 fi
 
+export PATH=/usr/bin:$PATH
+
 basename=$(basename $tarball .tar.gz)
 test -d $basename && chmod -R u+rwX $basename && rm -rf $basename
 tar xfz $tarball